Skip to content

Commit 1adcf29

Browse files
committed
Remove version guard on conda-build now that setuptools-conda supports modern versions.
1 parent cd0eb42 commit 1adcf29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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 "conda-build<25"
277+
conda install -c labscript-suite setuptools-conda
278278
setuptools-conda build $CONDA_BUILD_ARGS .
279279
280280
- name: Upload artifact

0 commit comments

Comments
 (0)