Skip to content

Commit

Permalink
ci: add pip caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Oct 5, 2023
1 parent 0e8564f commit 1eec4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.x
cache: pip
cache-dependency-path: requirements.txt

- name: Install dependencies
run: make venv
Expand Down

0 comments on commit 1eec4e8

Please sign in to comment.