Skip to content

Commit b1a08d8

Browse files
committed
Use matrix version
1 parent 1105c13 commit b1a08d8

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
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
fail-on-miss: false # First time create cache (if not already exists)
144144
cache-key: ${{ needs.cache.outputs.cache-key }}-pytest-matrix-${{ matrix.python-version }}
145-
python-version: ${{ needs.python.outputs.python-version }} # Force to installed python minor
145+
python-version: ${{ matrix.python-version }} # Force to installed python minor
146146
venv-dir: ${{ env.VENV }}
147147
precommit-home: ${{ env.PRE_COMMIT_HOME }}
148148
- name: Run all tests

0 commit comments

Comments
 (0)