File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ COPY requirements.txt requirements.txt
87
87
RUN pip install -r requirements.txt && \
88
88
rm -rf ~/.cache/pip
89
89
90
+ RUN git clone https://github.com/INCF/pybids.git && \
91
+ cd pybids && python setup.py develop
92
+
90
93
# Installing nipype
91
94
COPY . /src/nipype
92
95
RUN cd /src/nipype && \
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ dependencies:
27
27
- if [[ ! -e "$HOME/bin/codecov" ]]; then mkdir -p $HOME/bin; curl -so $HOME/bin/codecov https://codecov.io/bash && chmod 755 $HOME/bin/codecov; fi
28
28
- (cd $HOME/docker && gzip -d cache.tar.gz && docker load --input $HOME/docker/cache.tar) || true :
29
29
timeout : 6000
30
- - git clone https://github.com/INCF/pybids.git && cd pybids && python setup.py develop
31
30
32
31
override :
33
32
# Get data
You can’t perform that action at this time.
0 commit comments