Skip to content

Commit 81925e1

Browse files
authored
Merge pull request #30 from funkelab/26-macos-ci
Add back MacOS CI testing
2 parents 066b558 + a47bd0b commit 81925e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python-version: ["3.10"] #, "3.11", "3.12", "3.13"]
28-
platform: [ubuntu-latest, windows-latest] # TODO: Add back macos-latest
28+
platform: [ubuntu-latest, macos-latest, windows-latest]
2929

3030
steps:
3131
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ testing = [
147147
"pytest-qt>=4.3.1",
148148
"pytest-pretty>=1.1.0",
149149
"pytest>=8.1.0",
150-
"tensorstore>=0.1.13",
150+
"tensorstore>=0.1.13,!=0.1.72",
151151
"virtualenv>=20.17",
152152
"xarray>=0.16.2",
153153
"IPython>=7.25.0",

0 commit comments

Comments
 (0)