Skip to content

Commit 0a2a4ae

Browse files
authored
Fix pip install (#1498)
1 parent 813826f commit 0a2a4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/continuous-builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if [ -n "$HASHES" ]; then
9898
# Allow overriding the ali-bot/alibuild version to install -- this is useful
9999
# for testing changes to those with a few workers before deploying widely.
100100
short_timeout python3 -m pip install --upgrade \
101-
"git+https://github.com/$(get_config_value install-alibot "$INSTALL_ALIBOT")[ci]" \
101+
"ali-bot[ci] @ git+https://github.com/$(get_config_value install-alibot "$INSTALL_ALIBOT")" \
102102
"git+https://github.com/$(get_config_value install-alibuild "$INSTALL_ALIBUILD")" ||
103103
exit 1
104104

0 commit comments

Comments
 (0)