projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116c9d8
)
jjb: barectf: install poetry first
author
Michael Jeanson
<mjeanson@efficios.com>
Tue, 9 May 2023 15:25:45 +0000
(11:25 -0400)
committer
Michael Jeanson
<mjeanson@efficios.com>
Tue, 9 May 2023 15:25:51 +0000
(11:25 -0400)
Install poetry first so it has more priority when its dependencies
conflict with those of tox.
Change-Id: Iaf7e216cdc0fb67fb8ffaba39b94c689751bb1ca
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/barectf/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/barectf/build.sh
b/scripts/barectf/build.sh
index 577a2c340425ffff706314ea080aaa5f53da6cf4..f78f163d97423a1b20fd9831888320f6a2f61812 100755
(executable)
--- 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"
This page took
0.023563 seconds
and
4
git commands to generate.