File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ jobs:
339339 - run :
340340 name : Check pypi preconditions
341341 command : |
342+ pyenv local 3.6.5
342343 pip install --upgrade pip twine future wheel readme_renderer setuptools
343344 python setup.py sdist bdist_wheel
344345 twine check dist/*
@@ -353,7 +354,7 @@ jobs:
353354 - run :
354355 name : Validate Python 3 installation
355356 command : |
356- pyenv local 3.5.2
357+ pyenv local 3.6.5
357358 pip install --upgrade pip
358359 pip install dist/nipype-*-py2.py3-none-any.whl
359360 # Futures should not install in Python 3
@@ -388,6 +389,7 @@ jobs:
388389 - run :
389390 name : Deploy to PyPI
390391 command : |
392+ pyenv local 3.6.5
391393 pip install --upgrade twine future wheel readme_renderer setuptools
392394 python setup.py check -r -s
393395 python setup.py sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments