Skip to content

Commit

Permalink
Fix GHA caching
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 12, 2022
1 parent 5641b0e commit f550e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.x"
pip: cache
pip-dependency-path: tox.ini
cache: pip
cache-dependency-path: tox.ini

- name: Install dependencies
run: |
Expand Down

0 comments on commit f550e98

Please sign in to comment.