From 8f7f60caef88536e2fb4ae614b82a1664dca2cf1 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Fri, 18 Aug 2023 18:59:00 +0000 Subject: [PATCH] update --- .github/workflows/benchmark.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 81e4d145e39e..911579bfb03a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -33,8 +33,11 @@ jobs: with: fetch-depth: '0' - - name: check conda + - name: clean up conda from previous jobs run: | + ls -al $HOME + rm -rf $HOME/.conda + rm -rf $HOME/*mamba* which conda - uses: conda-incubator/setup-miniconda@v2