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 dc6232e commit 5230642Copy full SHA for 5230642
.circleci/config.yml
@@ -150,8 +150,8 @@ jobs:
150
if ! [ -x "$(command -v conda)" ]; then
151
curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh
152
bash Miniconda3-py39_4.11.0-Linux-x86_64.sh -b -p $HOME/.conda
153
- $HOME/.conda/bin/conda env update -f docs/environment.yml --prune
154
fi
+ $HOME/.conda/bin/conda env update -f docs/environment.yml --prune
155
156
- save_cache:
157
key: env-v7-{{ .Branch }}
0 commit comments