Skip to content

Commit

Permalink
BUG: extra index
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Feb 1, 2023
1 parent 5130452 commit cf922fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/external_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
pip install -r test_requirements.txt
- name: Install RC dependency
run: |
pip install setuptools
pip install wheel
pip install --no-deps -i https://test.pypi.org/simple/ ${{ matrix.rc-package }}
run: pip install -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 cf922fc

Please sign in to comment.