Skip to content

Commit 15d0c8d

Browse files
committed
Install nightly numpy before windows tests
1 parent 0c4753a commit 15d0c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
run: |
186186
$TST_CMD = @"
187187
python -m pip install hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0;
188+
${{ matrix.python[1] == '3.13' && 'python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy;' }}
188189
python -m pip install `$(Get-Item pandas\wheelhouse\*.whl);
189190
python -c `'import pandas as pd; pd.test(extra_args=[`\"--no-strict-data-files`\", `\"-m not clipboard and not single_cpu and not slow and not network and not db`\"])`';
190191
"@

0 commit comments

Comments
 (0)