Skip to content

Commit 1eea4d1

Browse files
committed
More meson-log.txt debugging
1 parent 3957279 commit 1eea4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freethreaded_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
PYPI_URL="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
5252
CIBW_DEPS="pip install --upgrade pip build &&\
5353
pip install --pre -i $PYPI_URL cython numpy scipy &&\
54-
pip install git+https://github.com/eli-schwartz/meson@ci-fold &&\
54+
pip install git+https://github.com/rgommers/meson@ci-fold-dbg &&\
5555
pip install pytest meson-python ninja"
5656
echo "CIBW_BEFORE_BUILD=$CIBW_DEPS" >> "$GITHUB_ENV"
5757
echo "CIBW_BEFORE_TEST=$CIBW_DEPS" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)