Skip to content

Commit

Permalink
Pin setuptools in mamba install
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Nov 20, 2024
1 parent 4759f89 commit e18bf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ runs:
shell: bash -l {0}
run: |
conda config --set always_yes yes --set changeps1 no
conda create -n build-env setuptools=75.1.0
conda create -n build-env
conda activate build-env
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
conda config --add channels mantid/label/nightly
conda config --add channels mantid
Expand Down

0 comments on commit e18bf0c

Please sign in to comment.