Skip to content

Commit 906ac69

Browse files
committed
CI: don't add scipy dependency on Windows
1 parent 758e614 commit 906ac69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel_tests_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
PYPI_URL="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
6767
CIBW_DEPS="pip install --upgrade pip build &&\
68-
pip install --pre -i $PYPI_URL cython numpy scipy &&\
68+
pip install --pre -i $PYPI_URL cython numpy &&\
6969
pip install pytest meson-python ninja"
7070
NO_BUILD_ISOLATION="pip; args: --no-build-isolation"
7171
echo "CIBW_BEFORE_BUILD=$CIBW_DEPS" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)