Skip to content

Commit

Permalink
Update to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov committed Feb 14, 2025
1 parent bb99f14 commit 8627fc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-22.04"]
python-version: ["3.9"]
python-version: ["3.10"]

defaults:
run:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v2
with:
# the create command looks like this:
# `micromamba create -n test-env python=3.9 -f environment.yml`
# `micromamba create -n test-env python=3.10 -f environment.yml`
environment-file: environment.yml
environment-name: gha-test-env
cache-environment: true
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-22.04"]
python-version: ["3.9"]
python-version: ["3.10"]

defaults:
run:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-22.04"]
python-version: ["3.9"]
python-version: ["3.10"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: mlptrain
channels:
- conda-forge
dependencies:
- python=3.9
- python=3.10
- pip
- pre-commit
- ase
Expand Down
2 changes: 1 addition & 1 deletion environment_mace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- conda-forge
- pytorch
dependencies:
- python=3.9
- python=3.10
- pip
- pre-commit
- ase
Expand Down

0 comments on commit 8627fc8

Please sign in to comment.