Skip to content

Commit b36645f

Browse files
committed
Upgrade pip in ci
Signed-off-by: hemildesai <[email protected]>
1 parent aecea77 commit b36645f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
project_id: ${{ secrets.GCP_PROJECT_ID }}
108108
service_account_key: ${{ secrets.GCP_SA_KEY }}
109109
export_default_credentials: true
110+
- name: Upgrade pip
111+
run: pip install --upgrade pip
110112
- name: Install
111113
run: |
112114
(cd ../ && make install-test-dependencies)
@@ -171,6 +173,8 @@ jobs:
171173
run: |
172174
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/private_key.pem
173175
chmod 400 /tmp/private_key.pem
176+
- name: Upgrade pip
177+
run: pip install --upgrade pip
174178
- name: Install
175179
run: |
176180
(cd ../ && make install-test-dependencies)

0 commit comments

Comments
 (0)