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 c38d3e0 commit e1205f8Copy full SHA for e1205f8
.github/workflows/verify.yml
@@ -148,7 +148,7 @@ jobs:
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: ${{ matrix.python-version }} # Force to installed python minor
+ python-version: ${{ steps.python.outputs.python-version }} # Force to installed python minor
152
venv-dir: ${{ env.VENV }}
153
precommit-home: ${{ env.PRE_COMMIT_HOME }}
154
- name: Run all tests
0 commit comments