Skip to content

Commit 72b9f21

Browse files
committed
Pass --break-system-packages to pip
1 parent 67f9f5a commit 72b9f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ steps:
44
- bash
55
- '-c'
66
- >-
7-
apt-get install -y unzip &&
8-
pip install requests grip j2cli &&
7+
apt-get install -y unzip python3-requests &&
8+
pip install --break-system-packages grip j2cli &&
99
cd deployment &&
1010
bash rollout_new_release.sh live &&
1111
bash rollout_new_release.sh staging

0 commit comments

Comments
 (0)