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 f25a603 commit ed6860bCopy full SHA for ed6860b
circle/test.sh
@@ -23,6 +23,12 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
23
echo "python -c 'import sys; print(sys.version_info)' yields:"
24
python -c 'import sys; print(sys.version_info)'
25
26
+ echo "python -c 'import os; print(os.getenv('\''PYENV_VERSION'\''))'"
27
+ python -c 'import os; print(os.getenv('\''PYENV_VERSION'\''))'
28
+
29
+ echo "current env"
30
+ env
31
32
echo "install plotly (ignoring possibly cached versions)"
33
pip install -I ${PLOTLY_PACKAGE_ROOT} ||
34
error_exit "${LINENO}: can't install plotly package from project root"
0 commit comments