File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 88
88
- name : Run tests
89
89
run : pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
90
90
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 :
115
92
runs-on : ${{ matrix.os }}
116
93
timeout-minutes : 60
117
94
strategy :
You can’t perform that action at this time.
0 commit comments