Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 19, 2024
1 parent 9a394fc commit f2346a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
pip list
- name: Run tests
shell: bash -l {0}
run: pytest -vv -s --color=yes --cov=qtconsole qtconsole
run: xvfb-run --auto-servernum pytest -vv -s --color=yes --cov=qtconsole qtconsole
env:
QT_API: ${{ matrix.QT_LIB }}
PYTEST_QT_API: ${{ matrix.QT_LIB }}
Expand Down

0 comments on commit f2346a2

Please sign in to comment.