We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3957279 commit 1eea4d1Copy full SHA for 1eea4d1
.github/workflows/freethreaded_wheels.yml
@@ -51,7 +51,7 @@ jobs:
51
PYPI_URL="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
52
CIBW_DEPS="pip install --upgrade pip build &&\
53
pip install --pre -i $PYPI_URL cython numpy scipy &&\
54
- pip install git+https://github.com/eli-schwartz/meson@ci-fold &&\
+ pip install git+https://github.com/rgommers/meson@ci-fold-dbg &&\
55
pip install pytest meson-python ninja"
56
echo "CIBW_BEFORE_BUILD=$CIBW_DEPS" >> "$GITHUB_ENV"
57
echo "CIBW_BEFORE_TEST=$CIBW_DEPS" >> "$GITHUB_ENV"
0 commit comments