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 286748c commit f17c815
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 @@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
# don't run on windows-latest; it can't handle Unicode
os: [ubuntu-latest, macos-latest]
# don't run on macos-latest; it can't install pytables
os: [ubuntu-latest]
python-version: ['3.10']

steps:
Expand Down

0 comments on commit f17c815

Please sign in to comment.