From: Michael Jeanson Date: Tue, 9 May 2023 15:25:45 +0000 (-0400) Subject: jjb: barectf: install poetry first X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=e216783123ba9985250e6a7334c868ec35773570;hp=116c9d8f3d641d69541d6d54ffe940372b36359a;p=lttng-ci.git jjb: barectf: install poetry first Install poetry first so it has more priority when its dependencies conflict with those of tox. Change-Id: Iaf7e216cdc0fb67fb8ffaba39b94c689751bb1ca Signed-off-by: Michael Jeanson --- diff --git a/scripts/barectf/build.sh b/scripts/barectf/build.sh index 577a2c3..f78f163 100755 --- a/scripts/barectf/build.sh +++ b/scripts/barectf/build.sh @@ -23,7 +23,7 @@ set +u . "$PYENV_HOME/bin/activate" set -u -pip install --quiet tox poetry +pip install --quiet poetry tox cd "$SRCDIR"