Skip to content

Commit

Permalink
adding exodus docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
chamel3 committed Nov 6, 2024
1 parent ac5fa0b commit 59c3bac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
os:
- ubuntu-latest
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
Expand All @@ -30,5 +29,5 @@ jobs:
- name: test-exodus
run: |
python -c 'import exodus3 as exodus'
# - name: pytest
# run: pytest test --cov=pancax
- name: pytest
run: pytest test --cov=pancax

0 comments on commit 59c3bac

Please sign in to comment.