Skip to content

Commit 0a58581

Browse files
committed
Bypass setuptools-conda incompatibility with conda-build>=25
1 parent 8c11c95 commit 0a58581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
# Short path to minimise odds of hitting Windows max path length
275275
CONDA_BUILD_ARGS+=" --croot ${{ runner.temp }}\cb"
276276
fi
277-
conda install -c labscript-suite setuptools-conda
277+
conda install -c labscript-suite setuptools-conda "conda-build<25"
278278
setuptools-conda build $CONDA_BUILD_ARGS .
279279
280280
- name: Upload artifact

0 commit comments

Comments
 (0)