Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no more dependency caching; doesn't seem to work properly
Browse files Browse the repository at this point in the history
seanmacavaney committed Oct 14, 2023
1 parent 3a2bf4a commit 2a951a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -32,13 +32,7 @@ jobs:
conda-channels: anaconda, conda-forge
activate-conda: true

# follows https://medium.com/ai2-blog/python-caching-in-github-actions-e9452698e98d
- name: Loading Python & dependencies from cache
uses: actions/cache@v3
with:
path: /usr/share/miniconda/envs/__setup_conda/lib/python3.8/
key: /usr/share/miniconda/envs/__setup_conda/lib/python3.8/-${{ hashFiles('requirements.txt') }}

# follows https://medium.com/ai2-blog/python-caching-in-github-actions-e9452698e98d
- name: Loading Torch models from cache
uses: actions/cache@v3
with:

0 comments on commit 2a951a4

Please sign in to comment.