We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e62e93 commit cc6b221Copy full SHA for cc6b221
.github/actions_build_conda.sh
@@ -5,8 +5,6 @@ set -e -x
5
6
python -m mkrecipe --type wheel || exit 1
7
8
-hash -r
9
-$CONDA/bin/conda activate base
10
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
11
$CONDA/bin/conda install conda-build
12
$CONDA/bin/conda install anaconda-client
.github/actions_deploy_conda.sh
@@ -3,8 +3,6 @@
3
4
set -e -x
$CONDA/bin/conda update -q conda
0 commit comments