Skip to content

Commit

Permalink
CI: tweak somewhat inaccurate code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jun 26, 2024
1 parent bd23ebb commit e1c13c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
which python
python --version
pip install --upgrade pip build
# Set numpy version first, other packages link against it
# We need nightly wheels for free-threaded support and latest fixes
pip install --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython numpy scipy
pip install pytest meson-python ninja
pip install . -v --no-build-isolation
Expand Down

0 comments on commit e1c13c3

Please sign in to comment.