We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae43f8 commit 7a2a21fCopy full SHA for 7a2a21f
.github/actions/publish-package/action.yml
@@ -24,7 +24,7 @@ runs:
24
conda config --set always_yes yes --set changeps1 no
25
conda create -n build-env
26
conda activate build-env
27
- mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
+ mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa setuptools=75.1.0
28
conda config --add channels mantid/label/nightly
29
conda config --add channels mantid
30
0 commit comments