Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacf4c3 commit f8af6daCopy full SHA for f8af6da
circle/test.sh
@@ -20,6 +20,9 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
20
pyenv global ${version}
21
echo "Using pyenv version $(pyenv version)"
22
23
+ echo "python -c 'import sys; print(sys.version_info)' yields:"
24
+ python -c 'import sys; print(sys.version_info)'
25
+
26
echo "install plotly (ignoring possibly cached versions)"
27
pip install -I ${PLOTLY_PACKAGE_ROOT} ||
28
error_exit "${LINENO}: can't install plotly package from project root"
0 commit comments