Skip to content

Commit

Permalink
TST: upgraded ops install
Browse files Browse the repository at this point in the history
Upgraded the operational installation strategy.
  • Loading branch information
aburrell committed Sep 17, 2024
1 parent 1f2a847 commit 318e05d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
if: ${{ matrix.test_config == 'Ops'}}
run: |
pip install numpy==${{ matrix.numpy_ver }}
pip install -r requirements.txt
pip install -r test_requirements.txt
pip install .
pip install --upgrade-strategy only-if-needed .[test]
- name: Install NEP29 dependencies
if: ${{ matrix.test_config == 'NEP29'}}
Expand Down

0 comments on commit 318e05d

Please sign in to comment.