Skip to content

Commit 7eaac2b

Browse files
committed
Try to get unit tests working again on github
1 parent dbe7b2e commit 7eaac2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: Test with pytest
4545
run: |
4646
pip install -e .
47-
xvfb-run pytest --cov-report term-missing --cov mne_rsa
47+
pytest --cov-report term-missing --cov mne_rsa

0 commit comments

Comments
 (0)