We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22db2bf commit 5ff3c0cCopy full SHA for 5ff3c0c
1 file changed
.github/workflows/python-package-conda.yml
@@ -38,7 +38,9 @@ jobs:
38
activate-environment: test-env
39
environment-file: .github/conda-env/test-env.yml
40
miniforge-version: latest
41
- channels: conda-forge
+ channels:
42
+ - defaults
43
+ - conda-forge
44
channel-priority: strict
45
auto-update-conda: false
46
auto-activate-base: false
0 commit comments