File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
.github/actions/publish-package Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 24
24
conda config --set always_yes yes --set changeps1 no
25
25
conda create -n build-env
26
26
conda activate build-env
27
- mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa wheel=0.44.0 setuptools=75.1.0
27
+ mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
28
28
conda config --add channels mantid/label/nightly
29
29
conda config --add channels mantid
30
30
Original file line number Diff line number Diff line change 1
1
python :
2
2
- 3.12
3
+
4
+ setuptools :
5
+ - 75.1.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ requirements:
21
21
build :
22
22
- python {{ python }}
23
23
- qtpy
24
- - setuptools
24
+ - setuptools {{ setuptools }}
25
25
- versioningit
26
26
27
27
run :
You can’t perform that action at this time.
0 commit comments