Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f816c6 commit c04dd7dCopy full SHA for c04dd7d
1 file changed
.github/workflows/ci.yml
@@ -73,6 +73,18 @@ jobs:
73
noxenv: "docs(spelling)"
74
- os: windows-latest
75
noxenv: "docs(style)"
76
+ - os: windows-latest
77
+ noxenv: "tests-3.14(no-extras)"
78
79
+ noxenv: "tests-3.14(format)"
80
81
+ noxenv: "tests-3.14(format-nongpl)"
82
83
+ noxenv: "tests-3.14t(no-extras)"
84
85
+ noxenv: "tests-3.14t(format)"
86
87
+ noxenv: "tests-3.14t(format-nongpl)"
88
89
steps:
90
- uses: actions/checkout@v5
0 commit comments