Skip to content

Commit

Permalink
Increase github CI pytest python version to 3.10, to work with MACE
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Dec 3, 2024
1 parent c1b6f67 commit 9e3ae93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9" ]
python-version: [ "3.10" ]
max-parallel: 5
env:
coverage-on-version: "3.9"
coverage-on-version: "3.10"
use-mpi: True
PIP_CONSTRAINT: pip_constraint.txt
defaults:
Expand Down

0 comments on commit 9e3ae93

Please sign in to comment.