Skip to content

Commit

Permalink
Correcting how conda-forge channel is defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Sep 25, 2023
1 parent 95cf02e commit 7ccb61b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ runs:
with:
environment-file: environment.yml
environment-name: env
channels: conda-forge
condarc: |
channels:
- conda-forge
init-shell: bash
cache-environment: true
cache-environment-key: ${{ runner.os }}${{ runner.arch }}-${{ env.WEEK }}-${{ hashFiles('environment.yml') }}
Expand Down

0 comments on commit 7ccb61b

Please sign in to comment.