Skip to content

Commit

Permalink
GIT: debug package
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartzsch committed Jan 19, 2025
1 parent afd5ea6 commit 44a88bc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os : [ubuntu-latest]
python: ["3.10"]
env:
DISPLAY: ':99.0'
DISPLAY: ':99.0'
steps:
- name: get repo
uses: actions/checkout@v3
Expand All @@ -18,7 +18,9 @@ jobs:
python-version: ${{ matrix.python }}
- name: setup ${{ matrix.os }}
run: |
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
pip install -e .[test]
pytest -sv
- uses: tlambert03/setup-qt-libs@v1
- name: build "display"
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
pip install -e .[test]
pytest -sv

0 comments on commit 44a88bc

Please sign in to comment.