Skip to content

Commit

Permalink
Merge pull request #1 from getsentry/mattgauntseo-python-path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgauntseo-sentry authored Jan 11, 2023
2 parents dc9adda + f22794d commit f1a2605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
id: cache-venv
with:
path: ${{ inputs.venv-dir }}
key: setup-venv-${{ runner.os }}-py-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles(inputs.cache-dependency-path) }}
key: setup-venv-${{ runner.os }}-py-${{ steps.setup-python.outputs.python-version }}-${{ steps.setup-python.outputs.python-path }}-${{ hashFiles(inputs.cache-dependency-path) }}

- run: python3 -m venv ${{ inputs.venv-dir }}
if: steps.cache-venv.outputs.cache-hit != 'true'
Expand Down

0 comments on commit f1a2605

Please sign in to comment.