Skip to content

Commit

Permalink
MAINT: python m for ops
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Sep 5, 2024
1 parent b63191d commit e331f75
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
- name: Install Operational dependencies
if: ${{ matrix.test_config == 'Ops'}}
run: |
pip install --upgrade pip
pip install numpy==${{ matrix.numpy_ver }}
pip install -r requirements.txt
pip install -r test_requirements.txt
pip install .
python -m pip install numpy==${{ matrix.numpy_ver }}
python -m pip install -r requirements.txt
python -m pip install -r test_requirements.txt
python -m pip install .
- name: Install NEP29 dependencies
if: ${{ matrix.test_config == 'NEP29'}}
Expand Down

0 comments on commit e331f75

Please sign in to comment.