diff --git a/.github/workflows/unittests_matgl.yml b/.github/workflows/unittests_matgl.yml index a9ce3164..92df8f48 100644 --- a/.github/workflows/unittests_matgl.yml +++ b/.github/workflows/unittests_matgl.yml @@ -1,4 +1,4 @@ -name: MatGL Unittest Linux 3.11 +name: MatGL Unittest Linux 3.12 on: push: @@ -17,7 +17,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.11' + python-version: '3.12' miniforge-variant: Mambaforge channels: conda-forge channel-priority: strict