Skip to content

Commit

Permalink
Trying to fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Oct 3, 2023
1 parent 26d7999 commit ab329d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- uses: tlambert03/setup-qt-libs@v1
- name: Setup QtLibs and Ubuntu
uses: tlambert03/setup-qt-libs@v1 # See https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions
run: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
# sudo apt-get install libxcb-xinerama0
- name: Install dependecies
run:
pip install ".[test]"
Expand Down

0 comments on commit ab329d1

Please sign in to comment.