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 ea75c0b commit 0bc85a1Copy full SHA for 0bc85a1
dev/auto-test/anaconda.sh
@@ -124,6 +124,8 @@ log "CONDA_TIMESTAMP: $CONDA_TIMESTAMP"
124
# among Minicondas and easy to delete:
125
export CONDA_PKGS_DIRS=$WORKSPACE/conda-cache
126
log "CONDA_PKGS_DIRS: $CONDA_PKGS_DIRS"
127
+# Ensure directory exists for conda_delete_1:
128
+mkdir -pv $CONDA_PKGS_DIRS
129
130
# Self-configure
131
# The directory containing this script:
0 commit comments