Skip to content

Commit

Permalink
Cache pip dependencies in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jun 13, 2024
1 parent 34a7f58 commit 8a5fd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: pip
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8a5fd25

Please sign in to comment.