Skip to content

Commit ce148eb

Browse files
committed
Install pybids for tesing in Dockerfile
1 parent 97d832b commit ce148eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ COPY requirements.txt requirements.txt
8787
RUN 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
9194
COPY . /src/nipype
9295
RUN cd /src/nipype && \

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)