Skip to content

Commit e1205f8

Browse files
committed
Ingest python for minor version
1 parent c38d3e0 commit e1205f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
fail-on-miss: false # First time create cache (if not already exists)
150150
cache-key: ${{ needs.cache.outputs.cache-key }}
151-
python-version: ${{ matrix.python-version }} # Force to installed python minor
151+
python-version: ${{ steps.python.outputs.python-version }} # Force to installed python minor
152152
venv-dir: ${{ env.VENV }}
153153
precommit-home: ${{ env.PRE_COMMIT_HOME }}
154154
- name: Run all tests

0 commit comments

Comments
 (0)