Skip to content

Commit 4759f89

Browse files
committed
Pin setuptools also in actions
1 parent 7184e62 commit 4759f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
shell: bash -l {0}
2323
run: |
2424
conda config --set always_yes yes --set changeps1 no
25-
conda create -n build-env
25+
conda create -n build-env setuptools=75.1.0
2626
conda activate build-env
2727
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
2828
conda config --add channels mantid/label/nightly

0 commit comments

Comments
 (0)