Skip to content

Commit 26818b2

Browse files
committed
Windows split test
1 parent 967a3fb commit 26818b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,9 @@ jobs:
8686
run: pip install uv && uv pip install --system ".[dev,distributed]"
8787

8888
- name: Run tests
89+
if: runner.os != 'Windows'
8990
run: pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError --only-rerun urllib.error.HTTPError nixtla_tests
91+
92+
- name: Run tests (Windows)
93+
if: runner.os == 'Windows'
94+
run: pytest --cov=nixtla -m "not spark_run" --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError --only-rerun urllib.error.HTTPError nixtla_tests

0 commit comments

Comments
 (0)