We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecea77 commit b36645fCopy full SHA for b36645f
.github/workflows/ci.yaml
@@ -107,6 +107,8 @@ jobs:
107
project_id: ${{ secrets.GCP_PROJECT_ID }}
108
service_account_key: ${{ secrets.GCP_SA_KEY }}
109
export_default_credentials: true
110
+ - name: Upgrade pip
111
+ run: pip install --upgrade pip
112
- name: Install
113
run: |
114
(cd ../ && make install-test-dependencies)
@@ -171,6 +173,8 @@ jobs:
171
173
172
174
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/private_key.pem
175
chmod 400 /tmp/private_key.pem
176
177
178
179
180
0 commit comments