Skip to content

Commit

Permalink
Don't test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Jul 29, 2024
1 parent 1414248 commit 1dfd1ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [v1]
pull_request:
schedule:
# Run every Sunday
- cron: "0 0 1 * *"
workflow_dispatch:

Expand All @@ -16,7 +15,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 All @@ -35,4 +35,3 @@ jobs:
- name: Run tests
run: |
make tests

0 comments on commit 1dfd1ab

Please sign in to comment.