Skip to content

Commit

Permalink
Comment other tests to run only windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jan 12, 2024
1 parent f275547 commit 1d7055f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests-coverage.yml
Expand Up @@ -18,15 +18,15 @@ jobs:
fail-fast: false
matrix:
include:
- name-suffix: "coverage"
os: ubuntu-latest
python-version: "3.11"
- name-suffix: "basic"
os: ubuntu-latest
python-version: "3.10"
- name-suffix: "basic"
os: ubuntu-latest
python-version: "3.12"
# - name-suffix: "coverage"
# os: ubuntu-latest
# python-version: "3.11"
# - name-suffix: "basic"
# os: ubuntu-latest
# python-version: "3.10"
# - name-suffix: "basic"
# os: ubuntu-latest
# python-version: "3.12"
- name-suffix: "basic"
os: windows-latest
python-version: "3.11"
Expand Down

0 comments on commit 1d7055f

Please sign in to comment.