Skip to content

Commit 043efa6

Browse files
committed
CI: remove miniconda from actual cache scripts
1 parent a1b118c commit 043efa6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/check_cache.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ else
1212
ci_changes=$(git diff PR_HEAD~2 --numstat | grep -E "ci/"| wc -l)
1313
fi
1414

15-
MINICONDA_DIR="$HOME/miniconda/"
1615
CACHE_DIR="$HOME/.cache/"
1716
CCACHE_DIR="$HOME/.ccache/"
1817

1918
if [ $ci_changes -ne 0 ]
2019
then
2120
echo "Files have changed in ci/ deleting all caches"
22-
rm -rf "$MINICONDA_DIR"
2321
rm -rf "$CACHE_DIR"
2422
rm -rf "$CCACHE_DIR"
25-
fi
23+
fi

0 commit comments

Comments
 (0)