We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95944ed commit 0df5967Copy full SHA for 0df5967
.github/workflows/testing.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v2
29
- uses: satackey/action-docker-layer-caching@v0.0.5
30
- name: run test 1
31
- run: docker run -it --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 1
+ run: docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 1
32
33
test_2:
34
needs: build
@@ -47,4 +47,3 @@ jobs:
47
48
- name: run test 3
49
run: docker run -it --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 3
50
-
0 commit comments