Skip to content

Commit

Permalink
Enable pip caching
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed May 29, 2024
1 parent 09a50f4 commit 1ea3cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
cache: 'pip'


- uses: actions/cache@v4
with:
Expand All @@ -31,7 +33,6 @@ jobs:
restore-keys: |
mkdocs-material-
- name: Dependencies
run: pip install -r requirements.txt

Expand Down

0 comments on commit 1ea3cfc

Please sign in to comment.