Skip to content

Commit 1895521

Browse files
committed
Conda fix try 10
1 parent 4789485 commit 1895521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
miniforge-variant: Miniforge3
8181
miniforge-version: latest
8282
environment-file: conda/dev.yml
83-
channel-priority: flexible # Changed from strict to flexible
83+
channel-priority: strict
8484
auto-update-conda: true
8585
python-version: ${{ matrix.python-version }}
8686
channels: conda-forge
@@ -143,7 +143,7 @@ jobs:
143143
# miniforge-variant: Miniforge3
144144
# miniforge-version: latest
145145
# environment-file: conda/dev.yml
146-
# channel-priority: flexible # Changed from strict to flexible
146+
# channel-priority: strict
147147
# auto-update-conda: true
148148
# python-version: "3.13" # Use stable Python version for docs
149149

0 commit comments

Comments
 (0)