Skip to content

Commit

Permalink
fixup! Adapt and update test GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed May 20, 2024
1 parent b76151b commit 27330be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: ${{ env.pythonLocation }}
key: build-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}-${{ github.sha }} # Cache the entire build Python environment
restore-keys: |
build-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
build-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
build-${{ env.pythonLocation }}-
- name: Install dependencies
Expand Down

0 comments on commit 27330be

Please sign in to comment.