Skip to content

Commit

Permalink
Updates to allow use of python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Apr 24, 2024
1 parent e535ba6 commit 1e6c93e
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
git clone -b store_files https://github.com/mlee03/pace.git tmp && mv tmp/*.nc . && rm -rf tmp
- name: Run all main tests
run: |
python -m pytest -x tests/main
pytest -x tests/main
Loading

0 comments on commit 1e6c93e

Please sign in to comment.