Skip to content

Commit 1d7055f

Browse files
committed
Comment other tests to run only windows tests
1 parent f275547 commit 1d7055f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/tests-coverage.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- name-suffix: "coverage"
22-
os: ubuntu-latest
23-
python-version: "3.11"
24-
- name-suffix: "basic"
25-
os: ubuntu-latest
26-
python-version: "3.10"
27-
- name-suffix: "basic"
28-
os: ubuntu-latest
29-
python-version: "3.12"
21+
# - name-suffix: "coverage"
22+
# os: ubuntu-latest
23+
# python-version: "3.11"
24+
# - name-suffix: "basic"
25+
# os: ubuntu-latest
26+
# python-version: "3.10"
27+
# - name-suffix: "basic"
28+
# os: ubuntu-latest
29+
# python-version: "3.12"
3030
- name-suffix: "basic"
3131
os: windows-latest
3232
python-version: "3.11"

0 commit comments

Comments
 (0)