File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments