Skip to content

Commit

Permalink
Use anaconda-client
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed May 31, 2021
1 parent 001c5bd commit 5e31297
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 @@ -30,9 +30,9 @@ runs:
conda config --prepend channels conda-forge --prepend channels astra-toolbox/label/dev --prepend channels dtasev --prepend channels mantid
conda install conda
conda info
conda create --dry-run -v -n build-env anaconda python=3.8
conda create --dry-run -v -n build-env anaconda-client python=3.8
echo "## create --dry-run -v done"
conda create -n build-env anaconda python=3.8
conda create -n build-env anaconda-client=1.7 python=3.8
echo "## create done"
conda activate build-env
echo "## activate done"
Expand Down

0 comments on commit 5e31297

Please sign in to comment.