Skip to content

Commit

Permalink
BUG: pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 30, 2024
1 parent 8962042 commit 1d97e3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/external_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install standard dependencies
run: |
pip install -r requirements.txt
pip install -r test_requirements.txt
run: pip install .[test]

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

0 comments on commit 1d97e3e

Please sign in to comment.