File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/publish-package Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
conda config --set always_yes yes --set changeps1 no
32
32
# Install build requirements
33
33
# We can't use the makefile target for this because the CONDA_ACTIVATE command is incompatible with GitHub Actions Windows runners
34
- conda create -n build-env --yes boa anaconda-client conda-verify
34
+ conda create -n build-env --yes boa anaconda-client
35
35
conda activate build-env
36
36
# Configure the conda channels
37
37
conda config --env $(cat environment.yml | sed -ne '/channels:/,/dependencies:/{//!p}' | grep '^ -' | sed 's/ - / --append channels /g' | tr -d '\n')
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source:
13
13
requirements :
14
14
build :
15
15
- python=3.12.*
16
- - setuptools=62 .*
16
+ - setuptools=72 .*
17
17
run :
18
18
- python=3.12.*
19
19
- pip
You can’t perform that action at this time.
0 commit comments