Skip to content

Commit

Permalink
issues with conda gh action: use mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Jan 27, 2023
1 parent 48da937 commit df00666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- name: Install miniconda
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge,defaults
channels: conda-forge
channel-priority: true
activate-environment: workshop-itn-potsdam-2023-01
environment-file: environment.yml
miniforge-version: latest
miniforge-variant: Mambaforge
- name: Conda info
shell: bash -l {0}
run: conda info
Expand Down

0 comments on commit df00666

Please sign in to comment.