We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setuptools-conda
conda-build>=25
1 parent 8c11c95 commit 0a58581Copy full SHA for 0a58581
.github/workflows/release.yml
@@ -274,7 +274,7 @@ jobs:
274
# Short path to minimise odds of hitting Windows max path length
275
CONDA_BUILD_ARGS+=" --croot ${{ runner.temp }}\cb"
276
fi
277
- conda install -c labscript-suite setuptools-conda
+ conda install -c labscript-suite setuptools-conda "conda-build<25"
278
setuptools-conda build $CONDA_BUILD_ARGS .
279
280
- name: Upload artifact
0 commit comments