Skip to content

Commit 39da4c0

Browse files
committed
Remove redundant test
1 parent 99fed17 commit 39da4c0

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,3 @@ jobs:
8787

8888
- name: Run tests
8989
run: pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError --only-rerun urllib.error.HTTPError nixtla_tests
90-
91-
run-windows-local-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 "not distributed_run" --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError --only-rerun urllib.error.HTTPError nixtla_tests

0 commit comments

Comments
 (0)