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 2966719 commit 483166fCopy full SHA for 483166f
.github/workflows/ci.yaml
@@ -156,7 +156,7 @@ jobs:
156
run: >-
157
echo "key=${{ env.KEY_PREFIX }}-${{ env.CACHE_VERSION }}-${{
158
hashFiles('pyproject.toml', 'requirements_dev.txt',
159
- 'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT
+ 'requirements_full.txt', 'requirements_minimal.txt') }}" >> $env:GITHUB_OUTPUT
160
- *cache-python
161
- name: Create Python virtual environment
162
if: steps.cache-venv.outputs.cache-hit != 'true'
0 commit comments