Skip to content

Commit 5de8c30

Browse files
committed
Create matrix cache
1 parent cee3f3a commit 5de8c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
id: cache-reuse
147147
uses: plugwise/gh-actions/restore-venv@v1
148148
with:
149+
fail-on-miss: false # First time create cache (if not already exists)
149150
cache-key: ${{ needs.cache.outputs.cache-key }}
150151
python-version: ${{ steps.python.outputs.python-version }} # Force to installed python minor
151152
venv-dir: ${{ env.VENV }}

0 commit comments

Comments
 (0)