8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a919cc + 814f414 commit 061749dCopy full SHA for 061749d
.github/workflows/doctest.yml
@@ -19,7 +19,7 @@ jobs:
19
activate-environment: doctest-env
20
environment-file: .github/conda-env/doctest-env.yml
21
miniforge-version: latest
22
- channels: conda-forge
+ channels: conda-forge,defaults
23
channel-priority: strict
24
auto-update-conda: false
25
auto-activate-base: false
.github/workflows/python-package-conda.yml
@@ -38,7 +38,7 @@ jobs:
38
activate-environment: test-env
39
environment-file: .github/conda-env/test-env.yml
40
41
42
43
44
0 commit comments