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.
2 parents 88fe00d + 0efc3f1 commit 1c2099eCopy full SHA for 1c2099e
.github/workflows/docs.yml
@@ -40,7 +40,7 @@ jobs:
40
id: venv-cache
41
with:
42
path: venv
43
- key: docs-venv-v1-${{ hashFiles(env.REQUIREMENTS) }}
+ key: docs-venv-v2-${{ 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