Bug 1692400: Update pip before using it r=glandium

This enables us to get a wheel for python cryptography instead of
building it ourselves, which breaks because we don't have a rust
compiler.

Differential Revision: https://phabricator.services.mozilla.com/D105060
This commit is contained in:
Tom Ritter 2021-02-16 16:30:51 +00:00
Родитель 3aa6613f1e
Коммит 6f03357c88
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -58,6 +58,7 @@ cd /builds/worker/
chown -R worker:worker .
chown -R worker:worker .*
python3 -m pip install -U pip
python3 -m pip install poetry
rm -rf /setup