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 31763d8 commit 66b716cCopy full SHA for 66b716c
.github/workflows/ci.yaml
@@ -217,7 +217,7 @@ jobs:
217
with:
218
path: venv
219
key: >-
220
- ${{ runner.os }}-${{ matrix.python-version }}-${{
+ ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
221
steps.generate-python-key.outputs.key }}
222
- name: Create Python virtual environment
223
if: steps.cache-venv.outputs.cache-hit != 'true'
0 commit comments