Skip to content

Commit 4dffd28

Browse files
committed
CI: Drop xvfb wrapping, surfplot not used yet
1 parent 0a4511a commit 4dffd28

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ jobs:
184184
- name: Install test dependencies
185185
run: python -m pip install "niworkflows[tests]"
186186
- 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
191189
name: Submit to CodeCov
192190

193191
test-pre:
@@ -269,10 +267,8 @@ jobs:
269267
- name: Install test dependencies
270268
run: python -m pip install $PIP_FLAGS "niworkflows[tests]"
271269
- 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
276272
name: Submit to CodeCov
277273

278274
flake8:

0 commit comments

Comments
 (0)