Skip to content

Commit

Permalink
ci: Disable tests on Macos
Browse files Browse the repository at this point in the history
fiona seems to require `gdal-config` and this is not easily installable
on Macos. We could use conda for this but no time now to set it up.
  • Loading branch information
pmav99 committed May 14, 2024
1 parent c2aad70 commit a2d9097
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
matrix:
os: [ubuntu-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: "macos-latest"
python: "3.9"
- os: "macos-latest"
python: "3.12"
# include:
# - os: "macos-latest"
# python: "3.9"
# - os: "macos-latest"
# python: "3.12"
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
Expand Down

0 comments on commit a2d9097

Please sign in to comment.