Skip to content

Commit f79c867

Browse files
committed
fixed another dependency
1 parent 78cd3d4 commit f79c867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudshell_shell_core_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
if [ "${CLOUD_SHELL_SHELL_CORE}" -eq 1 ]
33
then
4-
pip install "cloudshell-shell-core>=3.0.0,<3.1.0" --extra-index-url https://testpypi.python.org/simple
4+
pip install "cloudshell-shell-core>=3.1.0,<3.2.0" --extra-index-url https://testpypi.python.org/simple
55
else
66
pip install "cloudshell-shell-core>=2.3.0,<2.4.0" --extra-index-url https://testpypi.python.org/simple
77
fi

0 commit comments

Comments
 (0)