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 955a18c commit 838f95eCopy full SHA for 838f95e
.circleci/config.yml
@@ -360,8 +360,11 @@ jobs:
360
name: Validate Python 3.7 installation
361
command: |
362
pyenv local 3.7.0
363
+ pip install --upgrade pip
364
+ # Pre-install a version of numpy that will not pass
365
+ pip install numpy==1.15.0
366
pip install dist/nipype-*-py2.py3-none-any.whl
- # Futures should not install in Python 3
367
+ # Numpy should be upgraded to >= 1.15.3
368
test "$(pip show numpy | grep Version)" \> "Version: 1.15.2"
369
- store_artifacts:
370
path: /home/circleci/nipype/dist
0 commit comments