Skip to content

Commit 41208f4

Browse files
authored
Fix pip install error (#2755)
1 parent c425379 commit 41208f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,8 @@ jobs:
925925
- run:
926926
name: install python3-pip
927927
command: |
928+
# Fix NO_PUBKEY error for cloud-sdk-buster
929+
curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg
928930
ls ./CircleciScripts
929931
sudo apt-get update
930932
sudo apt-get -y install python3-pip
@@ -1018,6 +1020,8 @@ jobs:
10181020
- run:
10191021
name: install python3-pip
10201022
command: |
1023+
# Fix NO_PUBKEY error for cloud-sdk-buster
1024+
curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg
10211025
sudo apt-get update
10221026
sudo apt-get -y install python3-pip
10231027
- run:

0 commit comments

Comments
 (0)