Skip to content

Commit 5307f17

Browse files
committed
Omit the run for distributed tests on Windows
1 parent ce9719d commit 5307f17

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -88,30 +88,7 @@ jobs:
8888
- name: Run tests
8989
run: pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
9090

91-
run-windows-distributed-tests:
92-
runs-on: ${{ matrix.os }}
93-
timeout-minutes: 60
94-
strategy:
95-
fail-fast: false
96-
matrix:
97-
os: [windows-latest]
98-
python-version: ["3.9", "3.10"]
99-
steps:
100-
- name: Clone repo
101-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102-
103-
- name: Set up python
104-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
105-
with:
106-
python-version: ${{ matrix.python-version }}
107-
108-
- name: Install pip requirements
109-
run: pip install uv && uv pip install --system ".[dev,distributed]"
110-
111-
- name: Run tests
112-
run: pytest --cov=nixtla -m "distributed_run" --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
113-
114-
run-windows-tests:
91+
run-windows-local-tests:
11592
runs-on: ${{ matrix.os }}
11693
timeout-minutes: 60
11794
strategy:

0 commit comments

Comments
 (0)