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.
1 parent 1105c13 commit b1a08d8Copy full SHA for b1a08d8
.github/workflows/verify.yml
@@ -142,7 +142,7 @@ jobs:
142
with:
143
fail-on-miss: false # First time create cache (if not already exists)
144
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
+ python-version: ${{ matrix.python-version }} # Force to installed python minor
146
venv-dir: ${{ env.VENV }}
147
precommit-home: ${{ env.PRE_COMMIT_HOME }}
148
- name: Run all tests
0 commit comments