From cdc5f70e5a1a053d9d40750e1d830c9727adfa6a Mon Sep 17 00:00:00 2001 From: Sean MacAvaney Date: Sat, 14 Oct 2023 21:51:48 +0100 Subject: [PATCH] fix gta dependency caching --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 180f2a8..b593911 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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