We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5641b0e commit f550e98Copy full SHA for f550e98
1 file changed
.github/workflows/docs.yml
@@ -13,8 +13,8 @@ jobs:
13
uses: actions/setup-python@v3
14
with:
15
python-version: "3.x"
16
- pip: cache
17
- pip-dependency-path: tox.ini
+ cache: pip
+ cache-dependency-path: tox.ini
18
19
- name: Install dependencies
20
run: |
0 commit comments