Update the CI config.
This commit is contained in:
parent
456f04112c
commit
4e4e71dff2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -45,7 +45,8 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gems-
|
${{ runner.os }}-gems-
|
||||||
|
|
||||||
- id: get-pip-cache-path
|
- name: Get pip cache path
|
||||||
|
id: get-pip-cache-path
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=path::`pip show pip | grep "Location" | awk '{print $2}'`"
|
echo "::set-output name=path::`pip show pip | grep "Location" | awk '{print $2}'`"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue