Update the CI config.

This commit is contained in:
Cotes Chung 2020-04-05 22:20:47 +08:00
parent 456f04112c
commit 4e4e71dff2
1 changed files with 2 additions and 1 deletions

View File

@ -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}'`"