We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f91baa commit be81ef2Copy full SHA for be81ef2
.github/wheel-helpers/test-wheel-manylinux.sh
@@ -14,7 +14,7 @@ PYTHON=$2
14
dnf install -y bubblewrap
15
16
"$PYTHON" -m venv /tmp/venv
17
-/tmp/venv/bin/pip3 install ./wheelhouse/BuildStream-*-$COMPATIBILITY_TAGS-*.whl buildstream-plugins
+/tmp/venv/bin/pip3 install ./wheelhouse/buildstream-*-$COMPATIBILITY_TAGS-*.whl buildstream-plugins
18
19
cd doc/examples/autotools
20
/tmp/venv/bin/bst build hello.bst
0 commit comments