Skip to content

Commit

Permalink
Fix python versions for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Jul 14, 2023
1 parent f31d2aa commit 6671f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyleco_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
- name: Install pyleco requirements
uses: mamba-org/setup-micromamba@v1
with:
python-version: "3.10"
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
cache-environment-key: py3.10-ubuntu-latest-mamba-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
cache-environment-key: py${{ matrix.python-version }}-${{ matrix.os }}-mamba-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
cache-downloads: false
- name: Install Pyleco
# If the pytest problem matcher stops working because of bad paths, do an editable install
Expand Down

0 comments on commit 6671f07

Please sign in to comment.