Skip to content

Commit

Permalink
Testing cache in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHerreros committed Jun 25, 2024
1 parent 573838a commit be5d413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit be5d413

Please sign in to comment.