diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 525bb81..fdabf07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}'`"