WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d2823f2

Browse files
[Backport maintenance/4.0.x] [ci] Fix windows cache key (#2903)
[ci] Fix windows cache key (#2902) (cherry picked from commit 483166f) Co-authored-by: Marc Mueller <[email protected]>
1 parent 05c79e1 commit d2823f2

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)