Skip to content

Commit

Permalink
Add pip caching to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai committed Feb 11, 2024
1 parent b98f685 commit a8117fb
Showing 1 changed file with 1 addition 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 @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: cache models and datasets
uses: actions/cache@v3
with:
Expand Down

0 comments on commit a8117fb

Please sign in to comment.