Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 17, 2024
1 parent 1920e89 commit 4d39b4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
pip list
- name: Run tests
uses: aganders3/headless-gui@v2
shell: bash -l {0}
run: pytest -vv -s --full-trace --color=yes --cov=qtconsole qtconsole
with:
shell: bash -l {0}
run: pytest -vv -s --full-trace --color=yes --cov=qtconsole qtconsole
env:
QT_API: ${{ matrix.QT_LIB }}
PYTEST_QT_API: ${{ matrix.QT_LIB }}
Expand Down

0 comments on commit 4d39b4a

Please sign in to comment.