Skip to content

Commit

Permalink
BUG: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Dec 30, 2024
1 parent ed61fd8 commit c453b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/external_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pip install .[test]

- name: Install RC dependency
run: pip install -pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${{ matrix.rc-package }}
run: pip install --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${{ matrix.rc-package }}

- name: Set up pysat
run: |
Expand Down

0 comments on commit c453b0f

Please sign in to comment.