Skip to content

Commit

Permalink
Add pip cache to python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 12, 2024
1 parent a70c017 commit ec7d68f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: "pip"

- name: Install dependencies
run: |
Expand Down

0 comments on commit ec7d68f

Please sign in to comment.