Skip to content

Commit 735579e

Browse files
committed
Update the CI config.
1 parent daf8238 commit 735579e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
restore-keys: |
4646
${{ runner.os }}-gems-
4747
48-
- id: get-pip-cache-path
48+
- name: Get pip cache path
49+
id: get-pip-cache-path
4950
run: |
5051
echo "::set-output name=path::`pip show pip | grep "Location" | awk '{print $2}'`"
5152

0 commit comments

Comments
 (0)