Skip to content

Commit

Permalink
disable other jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Dec 26, 2024
1 parent dd1e2f9 commit b72ffae
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,15 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-13, macos-latest]
# os: [ubuntu-latest, macos-13, macos-latest]
os: [macos-latest]
python:
- "3.8"
- "3.9"
# - "3.8"
# - "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
# - "3.11"
# - "3.12"
# - "3.13"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -172,7 +173,7 @@ jobs:
matrix:
os: [Windows]
python:
- "3.8"
# - "3.8"
# Commented out, since Windows tests are expensively slow,
# only test the oldest and newest Python supported by pip
# - "3.9"
Expand All @@ -181,7 +182,7 @@ jobs:
# - "3.12"
- "3.13"
group:
- { number: 1, pytest-filter: "not test_install" }
# - { number: 1, pytest-filter: "not test_install" }
- { number: 2, pytest-filter: "test_install" }

steps:
Expand Down

0 comments on commit b72ffae

Please sign in to comment.