mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
FIX, CI: Actually run pip
This commit is contained in:
parent
97e6197e9f
commit
bd61d1ef1b
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: Get pip cache dir
|
||||
id: pip-cache
|
||||
run: |
|
||||
bash.exe -c 'echo "::set-output name=dir::$(pip cache dir)"'
|
||||
bash.exe -c 'echo "::set-output name=dir::$(python -m pip cache dir)"'
|
||||
|
||||
- name: pip cache
|
||||
uses: actions/cache@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user