Skip to content

Commit

Permalink
ci: install ci-admin in Decision tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Dec 17, 2024
1 parent bed883e commit a8181cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ tasks:
taskgraph action-callback
else: >
ln -s /builds/worker/artifacts artifacts &&
user_site=$(python3 -msite --user-site) &&
echo $user_site &&
uv pip install --system --target $user_site -r requirements/base.txt &&
uv pip install --system --target $user_site --no-deps . &&
taskgraph decision
--pushlog-id='0'
--pushdate='0'
Expand Down

0 comments on commit a8181cd

Please sign in to comment.