Turns python-legacy CI back on in circle, fixes python-legacy test (#11326)

* Turns python-legacy CI back on in circle, fixes python-legacy test

* Installs python 2.7 into circleci node 3

* Python 2.7 version changed to 2.7

* Switches back to py2714
This commit is contained in:
Justin Black
2022-01-16 01:12:38 -08:00
committed by GitHub
parent 5bccbf6734
commit ffe5df8fa1
4 changed files with 7 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ elif [ "$NODE_INDEX" = "3" ]; then
#sudo make altinstall
pyenv install --list
pyenv install 3.6.3
pyenv install 2.7.14
pyenv global 3.6.3
python3 --version