Skip to content

Commit

Permalink
CI: Fix typo in nightly run pip install (networkx#7625)
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS authored Sep 8, 2024
1 parent 27a23b1 commit 409979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install packages
run: |
pip install --upgrade pip
pip install -U --pre --extra-index-url https://pypi.org/simple -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -r .[test,default]
pip install -U --pre --extra-index-url https://pypi.org/simple -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple .[test,default]
pip list
- name: Test NetworkX
Expand Down

0 comments on commit 409979e

Please sign in to comment.