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.
1 parent 4789485 commit 1895521Copy full SHA for 1895521
.github/workflows/build_workflow.yml
@@ -80,7 +80,7 @@ jobs:
80
miniforge-variant: Miniforge3
81
miniforge-version: latest
82
environment-file: conda/dev.yml
83
- channel-priority: flexible # Changed from strict to flexible
+ channel-priority: strict
84
auto-update-conda: true
85
python-version: ${{ matrix.python-version }}
86
channels: conda-forge
@@ -143,7 +143,7 @@ jobs:
143
# miniforge-variant: Miniforge3
144
# miniforge-version: latest
145
# environment-file: conda/dev.yml
146
- # channel-priority: flexible # Changed from strict to flexible
+ # channel-priority: strict
147
# auto-update-conda: true
148
# python-version: "3.13" # Use stable Python version for docs
149
0 commit comments