Skip to content

Commit

Permalink
Fix typo in GitHub action check for cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Jul 5, 2022
1 parent a961dd1 commit ac6da2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v2
cache: pip
with:
cache: pip

- name: Install dependencies
run: python -m pip install tox
Expand Down

0 comments on commit ac6da2d

Please sign in to comment.