We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0eb42 commit 1adcf29Copy full SHA for 1adcf29
1 file changed
.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-build<25"
+ conda install -c labscript-suite setuptools-conda
278
setuptools-conda build $CONDA_BUILD_ARGS .
279
280
- name: Upload artifact
0 commit comments