From 5e312975ee3df4338d8315d054b78c96d4c6d2c1 Mon Sep 17 00:00:00 2001 From: Sam Tygier Date: Mon, 31 May 2021 16:57:43 +0100 Subject: [PATCH] Use anaconda-client --- .github/actions/publish-package/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-package/action.yml b/.github/actions/publish-package/action.yml index e130f288416..72b490125f8 100644 --- a/.github/actions/publish-package/action.yml +++ b/.github/actions/publish-package/action.yml @@ -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"