Skip to content

Commit

Permalink
Generated 'with condarc' flags based on dummy cookiecutter-cms template
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Aug 13, 2024
1 parent 823f3bf commit 95d2f4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
channels: conda-forge,defaults
extra-specs: |
condarc: |
channels:
- conda-forge
- defaults
create-args: >-
python=${{ matrix.python-version }}
- name: Install package
Expand Down

0 comments on commit 95d2f4c

Please sign in to comment.