Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8af6da

Browse files
committed
explicitly use current python to show version
1 parent dacf4c3 commit f8af6da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
2020
pyenv global ${version}
2121
echo "Using pyenv version $(pyenv version)"
2222

23+
echo "python -c 'import sys; print(sys.version_info)' yields:"
24+
python -c 'import sys; print(sys.version_info)'
25+
2326
echo "install plotly (ignoring possibly cached versions)"
2427
pip install -I ${PLOTLY_PACKAGE_ROOT} ||
2528
error_exit "${LINENO}: can't install plotly package from project root"

0 commit comments

Comments
 (0)