Skip to content

Commit be81ef2

Browse files
committed
ci: Update wheel name to normalized name
1 parent 4f91baa commit be81ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/wheel-helpers/test-wheel-manylinux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PYTHON=$2
1414
dnf install -y bubblewrap
1515

1616
"$PYTHON" -m venv /tmp/venv
17-
/tmp/venv/bin/pip3 install ./wheelhouse/BuildStream-*-$COMPATIBILITY_TAGS-*.whl buildstream-plugins
17+
/tmp/venv/bin/pip3 install ./wheelhouse/buildstream-*-$COMPATIBILITY_TAGS-*.whl buildstream-plugins
1818

1919
cd doc/examples/autotools
2020
/tmp/venv/bin/bst build hello.bst

0 commit comments

Comments
 (0)