Skip to content

Commit

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

steps:
Expand Down

0 comments on commit c1068c2

Please sign in to comment.