Skip to content

Commit 96e3a1f

Browse files
committed
updating pydra in the container (using master from github)
1 parent 20c55ac commit 96e3a1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/fsl_docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
docker pull $DOCKER_IMAGE
1616
# Have image running in background
1717
docker run `bash <(curl -s https://codecov.io/env)` -itd --name fsl_cont -v `pwd`:/pydra_fsl $DOCKER_IMAGE
18+
- name: Updating pydra
19+
run: docker exec fsl_cont bash -c "pip install https://github.com/nipype/pydra/tarball/master && python -c 'import pydra; print(pydra.__version__)'"
1820
- name: Run pytest
1921
run: docker exec fsl_cont bash -c "pytest --color=yes -vs /pydra_fsl/pydra/tasks/fsl"
20-
22+
- name: removing container
23+
run: docker rm -f fsl_cont

0 commit comments

Comments
 (0)