Skip to content

Commit 5230642

Browse files
committed
CI: Check conda environment even if installed
1 parent dc6232e commit 5230642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ jobs:
150150
if ! [ -x "$(command -v conda)" ]; then
151151
curl -sSLO https://repo.anaconda.com/miniconda/Miniconda3-py39_4.11.0-Linux-x86_64.sh
152152
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
154153
fi
154+
$HOME/.conda/bin/conda env update -f docs/environment.yml --prune
155155
156156
- save_cache:
157157
key: env-v7-{{ .Branch }}

0 commit comments

Comments
 (0)