Skip to content

Commit

Permalink
Added caching to 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 a10a411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
cache: 'pip'
cache-dependency-path: 'requirements.txt'
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit a10a411

Please sign in to comment.