Skip to content

Commit

Permalink
CI(GHActions): Exclude Python 2.7-3.7 at MacOS-arm64
Browse files Browse the repository at this point in the history
Absent in conda.
  • Loading branch information
phdru committed Jul 24, 2024
1 parent 03343cb commit 93888e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
exclude:
- os: windows-latest
python-version: "2.7"
- os: macos-latest
python-version: "2.7"
- os: macos-latest
python-version: "3.5"
- os: macos-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.7"
include:
- os: ubuntu-latest
os-name: Linux
Expand Down

0 comments on commit 93888e2

Please sign in to comment.