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
8787RUN pip install -r requirements.txt && \
8888 rm -rf ~/.cache/pip
8989
90+ RUN git clone https://github.com/INCF/pybids.git && \
91+ cd pybids && python setup.py develop
92+
9093# Installing nipype
9194COPY . /src/nipype
9295RUN cd /src/nipype && \
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ dependencies:
2727 - 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
2828 - (cd $HOME/docker && gzip -d cache.tar.gz && docker load --input $HOME/docker/cache.tar) || true :
2929 timeout : 6000
30- - git clone https://github.com/INCF/pybids.git && cd pybids && python setup.py develop
3130
3231 override :
3332 # Get data
You can’t perform that action at this time.
0 commit comments