Skip to content

Commit

Permalink
CI(GHActions): Exclude Python 2.7 and 3.5 at MacOS
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 d998beb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
exclude:
- os: windows-latest
python-version: "2.7"
- os: macos-latest
python-version: "2.7"
- os: macos-latest
python-version: "3.5"
include:
- os: ubuntu-latest
os-name: Linux
Expand Down

0 comments on commit d998beb

Please sign in to comment.