File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,8 @@ jobs:
184
184
- name : Install test dependencies
185
185
run : python -m pip install "niworkflows[tests]"
186
186
- name : Run tests
187
- uses : GabrielBB/xvfb-action@v1
188
- with :
189
- run : pytest -sv --no-xvfb --doctest-modules --cov niworkflows niworkflows
190
- - uses : codecov/codecov-action@v2
187
+ run : pytest -sv --doctest-modules --cov niworkflows niworkflows
188
+ - uses : codecov/codecov-action@v3
191
189
name : Submit to CodeCov
192
190
193
191
test-pre :
@@ -269,10 +267,8 @@ jobs:
269
267
- name : Install test dependencies
270
268
run : python -m pip install $PIP_FLAGS "niworkflows[tests]"
271
269
- name : Run tests
272
- uses : GabrielBB/xvfb-action@v1
273
- with :
274
- run : pytest -sv --no-xvfb --doctest-modules --cov niworkflows niworkflows
275
- - uses : codecov/codecov-action@v2
270
+ run : pytest -sv --doctest-modules --cov niworkflows niworkflows
271
+ - uses : codecov/codecov-action@v3
276
272
name : Submit to CodeCov
277
273
278
274
flake8 :
You can’t perform that action at this time.
0 commit comments