Skip to content

Commit 090d148

Browse files
committed
Remove pipe from XVFB action.
This isn't a normal run argument so the pipe might have been messing up the action.
1 parent dc12a87 commit 090d148

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ jobs:
5454
- name: Test with pytest
5555
uses: GabrielBB/xvfb-action@v1
5656
with:
57-
run: |
58-
pytest --cov-report=xml
57+
run: pytest --cov-report=xml
5958
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)