Skip to content

Commit 0bc85a1

Browse files
committed
Ensure conda-cache exists
1 parent ea75c0b commit 0bc85a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/auto-test/anaconda.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ log "CONDA_TIMESTAMP: $CONDA_TIMESTAMP"
124124
# among Minicondas and easy to delete:
125125
export CONDA_PKGS_DIRS=$WORKSPACE/conda-cache
126126
log "CONDA_PKGS_DIRS: $CONDA_PKGS_DIRS"
127+
# Ensure directory exists for conda_delete_1:
128+
mkdir -pv $CONDA_PKGS_DIRS
127129

128130
# Self-configure
129131
# The directory containing this script:

0 commit comments

Comments
 (0)