Skip to content

Commit

Permalink
fix gta dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Oct 14, 2023
1 parent c20947e commit cdc5f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Loading Python & dependencies from cache
uses: actions/cache@v3
with:
path: /usr/share/miniconda/envs/__setup_conda/lib/python3.8/site-packages/
key: /usr/share/miniconda/envs/__setup_conda/lib/python3.8/site-packages/-${{ hashFiles('requirements.txt') }}
path: /usr/share/miniconda/envs/__setup_conda/lib/python3.8/
key: /usr/share/miniconda/envs/__setup_conda/lib/python3.8/-${{ hashFiles('requirements.txt') }}

- name: Loading Torch models from cache
uses: actions/cache@v3
Expand Down

0 comments on commit cdc5f70

Please sign in to comment.