Skip to content

Commit 75eff47

Browse files
authored
Update tests.yml
Don't run tests on macos
1 parent a6d6980 commit 75eff47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macos-latest, windows-latest]
18+
# don't run on macos-latest; it can't install pytables
19+
os: [ubuntu-latest, windows-latest]
1920
python-version: ["3.10"]
2021

2122
steps:

0 commit comments

Comments
 (0)