File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ jobs:
192
192
pip install --upgrade "pip<21" "setuptools<45"
193
193
pip install --upgrade wrapper/
194
194
which nibabies-wrapper
195
- nibabies-wrapper docker -i nipreps/nibabies:latest --help
196
- nibabies-wrapper docker -i nipreps/nibabies:latest --version
195
+ nibabies-wrapper --help
196
+ nibabies-wrapper --version
197
197
- run :
198
198
name : Test nibabies-wrapper (Python 3)
199
199
command : |
@@ -205,8 +205,8 @@ jobs:
205
205
pip install --upgrade pip setuptools
206
206
pip install --upgrade wrapper/
207
207
which nibabies-wrapper
208
- nibabies-wrapper docker -i nipreps/nibabies:latest --help
209
- nibabies-wrapper docker -i nipreps/nibabies:latest --version
208
+ nibabies-wrapper --help
209
+ nibabies-wrapper --version
210
210
- store_artifacts :
211
211
path : /tmp/data/reports
212
212
@@ -501,4 +501,4 @@ workflows:
501
501
branches :
502
502
ignore : /.*/
503
503
tags :
504
- only : /.*/
504
+ only : /.*/
You can’t perform that action at this time.
0 commit comments