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 7184e62 commit 4759f89Copy full SHA for 4759f89
.github/actions/publish-package/action.yml
@@ -22,7 +22,7 @@ runs:
22
shell: bash -l {0}
23
run: |
24
conda config --set always_yes yes --set changeps1 no
25
- conda create -n build-env
+ conda create -n build-env setuptools=75.1.0
26
conda activate build-env
27
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
28
conda config --add channels mantid/label/nightly
0 commit comments