Skip to content

Commit

Permalink
Update python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Jun 18, 2022
1 parent 4f78c33 commit 5f8d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/cache@v3
with:
path: .nox
key: ${{ runner.os }}-${{ steps.setup-python.outputs.version }}-${{ hashFiles('noxfile.py') }}-nox
key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('noxfile.py') }}-nox

- name: cache pre-commit hook
uses: actions/cache@v3
Expand Down

0 comments on commit 5f8d881

Please sign in to comment.