Skip to content

Commit

Permalink
Cache pip dependencies in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 14, 2024
1 parent c31b5a0 commit 8650c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: pip

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: pip

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8650c06

Please sign in to comment.