Skip to content

Commit 88de9f8

Browse files
authored
Merge pull request #2720 from adelavega/pybids_travis
[FIX] Lock travis pybids 0.6.5
2 parents 15a8d6f + d7e664f commit 88de9f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ before_install:
8787

8888
- travis_retry pip install -r requirements.txt
8989
- travis_retry pip install grabbit==0.1.2
90-
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
91-
pip install -e ${HOME}/pybids
90+
- travis_retry git clone -b 0.6.5 https://github.com/INCF/pybids.git ${HOME}/pybids && pip install -e ${HOME}/pybids
9291

9392
install:
9493
- travis_retry pip install $EXTRA_PIP_FLAGS -e .[$NIPYPE_EXTRAS]

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def get_nipype_gitversion():
164164
'profiler': ['psutil>=5.0'],
165165
'duecredit': ['duecredit'],
166166
'xvfbwrapper': ['xvfbwrapper'],
167-
'pybids': ['pybids'],
167+
'pybids': ['pybids==0.6.5'],
168168
'ssh': ['paramiko'],
169169
# 'mesh': ['mayavi'] # Enable when it works
170170
}

0 commit comments

Comments
 (0)