Skip to content

Commit

Permalink
Add pip caching to lint CI
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 7, 2023
1 parent cade9cc commit 32a8d26
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 @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
cache: 'pip'

- name: Install test dependencies.
run: pip3 install yamllint ansible-lint ansible
Expand Down

0 comments on commit 32a8d26

Please sign in to comment.