Skip to content

Commit

Permalink
ci conda env fails
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaKramer committed Feb 15, 2024
1 parent 07721d0 commit 546ad98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.cfg.python-version }}
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: environment.yml
channels: conda-forge,defaults
activate-environment: kinfraglib
Expand Down

0 comments on commit 546ad98

Please sign in to comment.