Skip to content

Commit

Permalink
pip install --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau committed Nov 27, 2023
1 parent 253f1d5 commit 7ef6216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ tasks:
then: >
cd /builds/worker/checkouts/src &&
ln -s /builds/worker/artifacts artifacts &&
pip3 install -r requirements/base.txt &&
pip3 install --user --no-deps . &&
pip3 install --break-system-packages -r requirements/base.txt &&
pip3 install --break-system-packages --user --no-deps . &&
~/.local/bin/taskgraph action-callback
else: >
cd /builds/worker/checkouts/src &&
ln -s /builds/worker/artifacts artifacts &&
pip3 install --user . &&
pip3 install --break-system-packages --user . &&
~/.local/bin/taskgraph decision
--pushlog-id='0'
--pushdate='0'
Expand Down

0 comments on commit 7ef6216

Please sign in to comment.