Skip to content

Commit

Permalink
add qt-libs and headless to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesyan-git committed Oct 8, 2023
1 parent 36995ed commit f831f8b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ jobs:
- name: Coverage
if: runner.os == 'Linux' && matrix.python == '3.10'
uses: codecov/codecov-action@v1

# these libraries enable testing on Qt on linux
- uses: tlambert03/setup-qt-libs@v1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cookies tox
- name: Test
uses: aganders3/headless-gui@v1
with:
run: python -m pytest -s -v --color=yes

0 comments on commit f831f8b

Please sign in to comment.