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 d635c19 commit b579afcCopy full SHA for b579afc
.github/workflows/docs.yml
@@ -40,7 +40,7 @@ jobs:
40
id: venv-cache
41
with:
42
path: venv
43
- key: docs-venv-v3-${{ hashFiles(env.REQUIREMENTS) }}
+ key: docs-venv-v4-${{ hashFiles(env.REQUIREMENTS) }}
44
45
- name: Create venv and install deps (one by one to avoid conflict errors)
46
if: steps.venv-cache.outputs.cache-hit != 'true'
0 commit comments