Skip to content

Commit

Permalink
Upgrade pip in ci
Browse files Browse the repository at this point in the history
Signed-off-by: hemildesai <hemil.desai10@gmail.com>
  • Loading branch information
hemildesai committed Dec 24, 2020
1 parent aecea77 commit b36645f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- name: Upgrade pip
run: pip install --upgrade pip
- name: Install
run: |
(cd ../ && make install-test-dependencies)
Expand Down Expand Up @@ -171,6 +173,8 @@ jobs:
run: |
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/private_key.pem
chmod 400 /tmp/private_key.pem
- name: Upgrade pip
run: pip install --upgrade pip
- name: Install
run: |
(cd ../ && make install-test-dependencies)
Expand Down

0 comments on commit b36645f

Please sign in to comment.