From 7017a9da74ef8dc6acdfe7e64f855c005c9e8f0c Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Fri, 18 Oct 2024 16:55:11 +0200 Subject: [PATCH] Specify the correct python version in the mamba set-up --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 35d6c92c..b52fc27d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,8 @@ jobs: uses: mamba-org/setup-micromamba@v1 with: environment-file: environment_cpu.yaml + create-args: >- + python=${{ matrix.python-version }} # Setup Qt libraries for GUI testing on Linux - uses: tlambert03/setup-qt-libs@v1