Skip to content

Commit

Permalink
Update unittests_matgl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Apr 15, 2024
1 parent 8b65f38 commit 68d0967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests_matgl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MatGL Unittest Linux 3.12
name: MatGL Unittest Linux 3.11

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.12'
python-version: '3.11'
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: strict
Expand All @@ -33,4 +33,4 @@ jobs:
python -m unittest tests/test_evcurve_ase_matgl.py
python -m unittest tests/test_phonons_ase_matgl.py
python -m unittest tests/test_quasiharmonic_ase_matgl.py
python -m unittest tests/test_ase_md_matgl.py
python -m unittest tests/test_ase_md_matgl.py

0 comments on commit 68d0967

Please sign in to comment.