Skip to content

Commit

Permalink
fixup! -vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 4, 2024
1 parent c655698 commit 118cbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ $(uname) != CYGWIN* ]]; then
if [[ "$GHA_PYTHON_VERSION" == "3.13-dev" ]]; then
python3 -m pip install numpy --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
else
python3 -m pip install --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy -vvv
python3 -m pip install numpy
fi

# PyQt6 doesn't support PyPy3
Expand Down

0 comments on commit 118cbca

Please sign in to comment.