Skip to content

Commit dd03863

Browse files
committed
Try fix CI
1 parent cfc2ed6 commit dd03863

File tree

2 files changed

+4
-171
lines changed

2 files changed

+4
-171
lines changed

docker/base.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,8 @@ ENV MATLABCMD="/opt/mcr/v85/toolbox/matlab" \
148148
SPMMCRCMD="/opt/spm12/run_spm12.sh /opt/mcr/v85/ script" \
149149
FORCE_SPMMCR=1
150150

151-
WORKDIR /work
151+
# Install pybids
152+
RUN git clone https://github.com/INCF/pybids.git
153+
RUN pip install -e .
152154

155+
WORKDIR /work

nipype/interfaces/bids.py

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)