Skip to content

Commit 5d5d727

Browse files
use python-only environment file for Circle build documentation (#3981)
1 parent b87546b commit 5d5d727

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
@@ -247,7 +247,7 @@ jobs:
247247
mkdir /logs
248248
. /opt/conda/etc/profile.d/conda.sh
249249
# Install
250-
mamba env create
250+
mamba env create -n esmvaltool -f environment_python.yml
251251
conda activate esmvaltool
252252
pip install .[doc]
253253
# Log versions

0 commit comments

Comments
 (0)