Skip to content

Commit

Permalink
"lint.yml": Fix dependency caching gubbins.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Apr 13, 2024
1 parent 90a2cc6 commit 0ffdf0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: 'actions/setup-python@v4'
with:
cache: 'pip'
cache-dependency-path: '**/requirements*.txt'
python-version: '${{ matrix.python-version }}'

# The version of ShellCheck installed via APT is a little
Expand Down

0 comments on commit 0ffdf0b

Please sign in to comment.