Skip to content

Commit

Permalink
Pass --break-system-packages to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
kadircet committed Feb 11, 2025
1 parent 67f9f5a commit 72b9f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ steps:
- bash
- '-c'
- >-
apt-get install -y unzip &&
pip install requests grip j2cli &&
apt-get install -y unzip python3-requests &&
pip install --break-system-packages grip j2cli &&
cd deployment &&
bash rollout_new_release.sh live &&
bash rollout_new_release.sh staging

0 comments on commit 72b9f21

Please sign in to comment.