Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c04dd7d

Browse files
committed
Remove Win3.14 testing envs until we figure out why they don't work.
The test failure is incomprehensible on its own.
1 parent 0f816c6 commit c04dd7d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ jobs:
7373
noxenv: "docs(spelling)"
7474
- os: windows-latest
7575
noxenv: "docs(style)"
76+
- os: windows-latest
77+
noxenv: "tests-3.14(no-extras)"
78+
- os: windows-latest
79+
noxenv: "tests-3.14(format)"
80+
- os: windows-latest
81+
noxenv: "tests-3.14(format-nongpl)"
82+
- os: windows-latest
83+
noxenv: "tests-3.14t(no-extras)"
84+
- os: windows-latest
85+
noxenv: "tests-3.14t(format)"
86+
- os: windows-latest
87+
noxenv: "tests-3.14t(format-nongpl)"
7688

7789
steps:
7890
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)