Skip to content

Commit 00a74a0

Browse files
committed
Relax required conda-build version
1 parent f33effb commit 00a74a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
(echo CONDA_LIB_BIN_PATH=%CONDA_PREFIX%\Library\bin\) >> %GITHUB_ENV%
255255
256256
- name: Install conda-index
257-
run: mamba install conda-index=${{ env.CONDA_INDEX_VERSION }}
257+
run: mamba install conda-index"<=${{ env.CONDA_INDEX_VERSION }}"
258258

259259
- name: Create conda channel
260260
run: |

0 commit comments

Comments
 (0)