FIX, CI: Actually run pip

This commit is contained in:
DWesl 2022-04-20 10:28:02 -04:00 committed by GitHub
parent 97e6197e9f
commit bd61d1ef1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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