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 29f3cfd commit 3af8e56
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Setup ubuntu
run: | # See: https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
/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
- name: Install dependecies
- uses: tlambert03/setup-qt-libs@v1
run:
pip install ".[test]"
- name: pytest
Expand Down

0 comments on commit 3af8e56

Please sign in to comment.