Skip to content

Commit cc6b221

Browse files
committed
Don't activate conda in CI
1 parent 6e62e93 commit cc6b221

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/actions_build_conda.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ set -e -x
55

66
python -m mkrecipe --type wheel || exit 1
77

8-
hash -r
9-
$CONDA/bin/conda activate base
108
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
119
$CONDA/bin/conda install conda-build
1210
$CONDA/bin/conda install anaconda-client

.github/actions_deploy_conda.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
set -e -x
55

6-
hash -r
7-
$CONDA/bin/conda activate base
86
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
97
$CONDA/bin/conda update -q conda
108
$CONDA/bin/conda install anaconda-client

0 commit comments

Comments
 (0)