Skip to content

Commit 3cc3a23

Browse files
committed
Try fix Circle
1 parent f460eaa commit 3cc3a23

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ 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
31+
3032
override:
3133
# Get data
3234
- if [[ ! -d ~/examples/nipype-tutorial ]]; then wget --retry-connrefused --waitretry=5 --read-timeout=20 --timeout=15 -t 0 -q -O nipype-tutorial.tar.bz2 "${DATA_NIPYPE_TUTORIAL_URL}" && tar xjf nipype-tutorial.tar.bz2 -C ~/examples/; fi

docker/base.Dockerfile

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

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

0 commit comments

Comments
 (0)