Skip to content

Commit 483166f

Browse files
authored
[ci] Fix windows cache key (#2902)
1 parent 2966719 commit 483166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: >-
157157
echo "key=${{ env.KEY_PREFIX }}-${{ env.CACHE_VERSION }}-${{
158158
hashFiles('pyproject.toml', 'requirements_dev.txt',
159-
'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT
159+
'requirements_full.txt', 'requirements_minimal.txt') }}" >> $env:GITHUB_OUTPUT
160160
- *cache-python
161161
- name: Create Python virtual environment
162162
if: steps.cache-venv.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)