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 e700a99 commit 4993391Copy full SHA for 4993391
.github/workflows/pythonpackage.yml
@@ -92,7 +92,9 @@ jobs:
92
- name: Install test dependencies
93
run: python -m pip install "niworkflows[tests]"
94
- name: Run tests
95
- run: pytest -sv --doctest-modules --cov niworkflows niworkflows
+ uses: GabrielBB/xvfb-action@v1
96
+ with:
97
+ run: pytest -sv --no-xvfb --doctest-modules --cov niworkflows niworkflows
98
99
flake8:
100
if: "!contains(github.event.head_commit.message, '[skip ci]')"
0 commit comments