Skip to content

Commit 7bbabe5

Browse files
authored
CI: revert pre-release NumPy and no isolation from np2 release days (scipy#24059)
[skip circle]
2 parents e022095 + 7d41a05 commit 7bbabe5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,12 @@ jobs:
132132
133133
- name: pip-packages
134134
run: |
135-
python -m pip install build delvewheel cython pybind11 meson-python meson ninja pytest pytest-xdist pytest-timeout pooch hypothesis
136-
python -m pip install --pre --upgrade --timeout=60 -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
135+
python -m pip install build delvewheel numpy cython pybind11 meson-python meson ninja pytest pytest-xdist pytest-timeout pooch hypothesis
137136
138137
- name: Build
139138
shell: bash
140139
run: |
141-
python -m build --no-isolation -x -Csetup-args="-Duse-pythran=false"
140+
python -m build -Csetup-args="-Duse-pythran=false"
142141
143142
# Vendor openblas.dll and the DLL's it depends on into the wheel
144143
# Ignore `libsf_error_state.dll` for special function error handling;

0 commit comments

Comments
 (0)