Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Don't run tests on macos
  • Loading branch information
AllenDowney authored Aug 1, 2024
1 parent a6d6980 commit 75eff47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# don't run on macos-latest; it can't install pytables
os: [ubuntu-latest, windows-latest]
python-version: ["3.10"]

steps:
Expand Down

0 comments on commit 75eff47

Please sign in to comment.