Skip to content

Commit

Permalink
TST: updated ops testing
Browse files Browse the repository at this point in the history
Updated the ops testing requirements.
  • Loading branch information
aburrell committed Sep 17, 2024
1 parent 70494c0 commit c49fb0a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
os: ubuntu-latest
test_config: "SPEC0"
# Operational compliance settings
- python-version: "3.6.8"
numpy_ver: "1.19.5"
- python-version: "3.9"
numpy_ver: "1.25.5"
os: "ubuntu-20.04"
test_config: "Ops"

Expand All @@ -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 == 'SPEC0'}}
Expand Down

0 comments on commit c49fb0a

Please sign in to comment.