Skip to content

Commit

Permalink
test improve cache command
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Jul 22, 2024
1 parent 4486c07 commit d76c2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-metrics-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Define a cache for the virtual environment based on the dependencies lock file
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

- name: Install Dependencies
run: |
Expand Down

0 comments on commit d76c2c6

Please sign in to comment.