From 471a9e44fe700222f78b7f438c5b90cd4fc70619 Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Sat, 23 Sep 2023 21:00:10 -0700 Subject: [PATCH] Temporarily remove cache --- .github/workflows/ssh.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ssh.yml b/.github/workflows/ssh.yml index af869268b..a303f9383 100644 --- a/.github/workflows/ssh.yml +++ b/.github/workflows/ssh.yml @@ -10,16 +10,6 @@ jobs: - name: Cache conda id: cache-conda uses: actions/cache@v3 - env: - cache-name: cache-conda - with: - path: | - ~/miniconda3 - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/miniconda.json') }} - restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}- - ${{ runner.os }}-build- - ${{ runner.os }}- - name: Setup upterm session with ssh access uses: lhotari/action-upterm@v1 with: