Skip to content

Commit ea7081d

Browse files
Restrict to linux for tests
1 parent 073a9fd commit ea7081d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
secrets: inherit
1919
strategy:
2020
matrix:
21-
python: ["3.10", "3.13"]
22-
os: [macos-latest, ubuntu-24.04, windows-latest]
21+
python: [3.11, 3.13]
22+
# os: [macos-latest, ubuntu-24.04, windows-latest]
23+
os: [ubuntu-24.04]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies = [
1212
"tszip",
1313
"pandas",
1414
"tqdm",
15-
"zarr<3",
1615
"click>=8.2",
1716
# Not strictly needed for base functionality, but easier to include
1817
# as imported by the CLI
@@ -37,6 +36,7 @@ inference = [
3736
"tsinfer>=0.5",
3837
"pyfaidx",
3938
"numba",
39+
"zarr<3",
4040
]
4141
debug = [
4242
"matplotlib",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)