Skip to content

Commit

Permalink
Temporarily remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Sep 24, 2023
1 parent 3825049 commit 471a9e4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 471a9e4

Please sign in to comment.