Skip to content

Commit 7017a9d

Browse files
Specify the correct python version in the mamba set-up
1 parent b4cd6c7 commit 7017a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
uses: mamba-org/setup-micromamba@v1
3131
with:
3232
environment-file: environment_cpu.yaml
33+
create-args: >-
34+
python=${{ matrix.python-version }}
3335
3436
# Setup Qt libraries for GUI testing on Linux
3537
- uses: tlambert03/setup-qt-libs@v1

0 commit comments

Comments
 (0)