Skip to content

Commit 086fb95

Browse files
committed
Try changing PYENV_VERSION in script scope to troubleshoot.
1 parent 2bb4718 commit 086fb95

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
@@ -16,6 +16,9 @@ function error_exit
1616
for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
1717
echo Testing Python ${version}
1818

19+
# exporting this variable (in this scope) chooses the python version
20+
export PYENV_VERSION=${version}
21+
1922
echo "get rid of the current virtualenv if we're in one"
2023
if [ ${VIRTUAL_ENV} ]; then
2124
deactivate

0 commit comments

Comments
 (0)