Skip to content

Commit

Permalink
Fix pip install error (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
sktimalsina authored Jan 19, 2022
1 parent c425379 commit 41208f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,8 @@ jobs:
- run:
name: install python3-pip
command: |
# Fix NO_PUBKEY error for cloud-sdk-buster
curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg
ls ./CircleciScripts
sudo apt-get update
sudo apt-get -y install python3-pip
Expand Down Expand Up @@ -1018,6 +1020,8 @@ jobs:
- run:
name: install python3-pip
command: |
# Fix NO_PUBKEY error for cloud-sdk-buster
curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg
sudo apt-get update
sudo apt-get -y install python3-pip
- run:
Expand Down

0 comments on commit 41208f4

Please sign in to comment.