We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758e614 commit 906ac69Copy full SHA for 906ac69
.github/workflows/wheel_tests_and_release.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
PYPI_URL="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
67
CIBW_DEPS="pip install --upgrade pip build &&\
68
- pip install --pre -i $PYPI_URL cython numpy scipy &&\
+ pip install --pre -i $PYPI_URL cython numpy &&\
69
pip install pytest meson-python ninja"
70
NO_BUILD_ISOLATION="pip; args: --no-build-isolation"
71
echo "CIBW_BEFORE_BUILD=$CIBW_DEPS" >> "$GITHUB_ENV"
0 commit comments