Update the CI config.

This commit is contained in:
Cotes Chung 2020-04-05 22:20:47 +08:00
parent 456f04112c
commit 4e4e71dff2

View file

@ -45,7 +45,8 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- id: get-pip-cache-path
- name: Get pip cache path
id: get-pip-cache-path
run: |
echo "::set-output name=path::`pip show pip | grep "Location" | awk '{print $2}'`"