We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee3f3a commit 5de8c30Copy full SHA for 5de8c30
.github/workflows/verify.yml
@@ -146,6 +146,7 @@ jobs:
146
id: cache-reuse
147
uses: plugwise/gh-actions/restore-venv@v1
148
with:
149
+ fail-on-miss: false # First time create cache (if not already exists)
150
cache-key: ${{ needs.cache.outputs.cache-key }}
151
python-version: ${{ steps.python.outputs.python-version }} # Force to installed python minor
152
venv-dir: ${{ env.VENV }}
0 commit comments