We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf8238 commit 735579eCopy full SHA for 735579e
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,8 @@ jobs:
45
restore-keys: |
46
${{ runner.os }}-gems-
47
48
- - id: get-pip-cache-path
+ - name: Get pip cache path
49
+ id: get-pip-cache-path
50
run: |
51
echo "::set-output name=path::`pip show pip | grep "Location" | awk '{print $2}'`"
52
0 commit comments