Skip to content

Commit

Permalink
Disable some tests to reduce CI load (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri authored Aug 6, 2024
1 parent 995fa93 commit 5e512fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-22.04
# python-version: "3.9"
- os: ubuntu-22.04
python-version: "3.9"
- os: ubuntu-22.04
python-version: "3.12"
- os: macos-14
python-version: "3.12"
- os: windows-2022
python-version: "3.12"
# - os: macos-14
# python-version: "3.12"
# - os: windows-2022
# python-version: "3.12"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5e512fe

Please sign in to comment.