From be5d4133c105f890187c1a077372f3e61a37712e Mon Sep 17 00:00:00 2001 From: DavidHerreros Date: Tue, 25 Jun 2024 15:19:37 +0200 Subject: [PATCH] Testing cache in github actions --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7459a59..45538ae 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -42,6 +42,7 @@ jobs: key: venv-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/tests/scripts/fetch_test_data.sh') }} - name: Install dependencies + if: ${{ steps.cache_deps.outputs.cache-hit != 'true' }} run: | python -m pip install --upgrade pip pip install .