Skip to content

Commit

Permalink
Merge pull request #229 from ItsDrike/reset-workflow-cache
Browse files Browse the repository at this point in the history
Reset python environment cache for tox-test workflow
  • Loading branch information
kevinkjt2000 authored Feb 22, 2022
2 parents 17b854f + 7481580 commit bb4b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
path: |
${{ env.PYTHONUSERBASE }}
${{ env.TOXDIR }}
key: "python-0-${{ runner.os }}-${{ env.PYTHONUSERBASE }}-\
key: "python-1-${{ runner.os }}-${{ env.PYTHONUSERBASE }}-\
${{ env.TOXDIR }}-${{ steps.python.outputs.python-version }}-\
${{ hashFiles('./pyproject.toml', './poetry.lock') }}"

Expand Down

0 comments on commit bb4b09f

Please sign in to comment.