Skip to content

Commit 7a2a21f

Browse files
Update action.yml
1 parent 4ae43f8 commit 7a2a21f

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
@@ -24,7 +24,7 @@ runs:
2424
conda config --set always_yes yes --set changeps1 no
2525
conda create -n build-env
2626
conda activate build-env
27-
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
27+
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa setuptools=75.1.0
2828
conda config --add channels mantid/label/nightly
2929
conda config --add channels mantid
3030

0 commit comments

Comments
 (0)