Skip to content

Commit

Permalink
Specify the correct python version in the mamba set-up
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Oct 18, 2024
1 parent b4cd6c7 commit 7017a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7017a9d

Please sign in to comment.