Skip to content

Commit f978c84

Browse files
committed
Bug 1861626 - Install rtoml in the decision task image. r=taskgraph-reviewers,jmaher,releng-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D273793
1 parent f4a3d0e commit f978c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/docker/decision/system-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apt-get install \
1111
python3-yaml \
1212
python3-pip
1313

14-
pip install --break-system-packages --disable-pip-version-check --quiet --no-cache-dir orjson==3.10.15
14+
pip install --break-system-packages --disable-pip-version-check --quiet --no-cache-dir orjson==3.10.15 rtoml==0.13.0
1515

1616
apt-get remove --purge python3-pip
1717
apt-get autoremove --purge

0 commit comments

Comments
 (0)