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 c1f0e28 commit dff1304Copy full SHA for dff1304
.github/workflows/testing.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v2
38
- uses: satackey/[email protected]
39
- name: run test 2
40
- run: docker run -it --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 2
+ run: docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 2
41
42
test_3:
43
needs: build
0 commit comments