We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c235909 commit 1d1d390Copy full SHA for 1d1d390
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
miniforge-version: latest
60
mamba-version: "*"
61
activate-environment: pymc-experimental-test
62
- channel-priority: strict
+ channel-priority: true
63
environment-file: conda-envs/environment-test.yml
64
python-version: ${{matrix.python-version}}
65
use-mamba: true
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
environment-file: conda-envs/windows-environment-test.yml
129
130
0 commit comments