Skip to content

Commit

Permalink
Enabled caching in GH action.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed May 10, 2024
1 parent 88c3951 commit 311a4ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'requirements.txt'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 311a4ea

Please sign in to comment.