From bd4e6716eff5466af479654109f2a95b4474ba45 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 6 Nov 2024 07:23:19 +0100 Subject: [PATCH] Update basic.yml --- .github/workflows/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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