diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index e7c6d06..348b68a 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -15,7 +15,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml auto-activate-base: false - name: Tests