Skip to content

Commit

Permalink
ci: add Python version to cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Nov 5, 2022
1 parent 6f54023 commit 06a634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
uses: actions/cache@v2
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('poetry.lock') }}

#----------------------------------------------
# install dependencies if cache does not exist
Expand Down

0 comments on commit 06a634b

Please sign in to comment.