File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ tasks:
239239 taskclusterProxy : true
240240 chainOfTrust : true
241241
242- image : mozillareleases/taskgraph:decision-10378fde0bf12adbd64e74313bf72ea3c6caf311ad6af23e2bff1d8f1232a221@sha256:7518c410bdf91142b0e26455d26ddaf861202cfbb3c35d0b1ef85d1ed577a5bd
242+ image : mozillareleases/taskgraph:decision-latest
243243
244244 maxRunTime : 1800
245245
@@ -256,14 +256,13 @@ tasks:
256256 then : >
257257 cd /builds/worker/checkouts/src &&
258258 ln -s /builds/worker/artifacts artifacts &&
259- pip3 install -r requirements/base.txt &&
260- pip3 install --user --no-deps . &&
261- ~/.local/bin/taskgraph action-callback
259+ pip3 install --user --break-system-packages . &&
260+ taskgraph action-callback
262261 else : >
263262 cd /builds/worker/checkouts/src &&
264263 ln -s /builds/worker/artifacts artifacts &&
265- pip3 install --user . &&
266- ~/.local/bin/ taskgraph decision
264+ pip3 install --user --break-system-packages . &&
265+ taskgraph decision
267266 --pushlog-id='0'
268267 --pushdate='0'
269268 --project='${project}'
You can’t perform that action at this time.
0 commit comments