File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change 2828 id : wheel-file-path
2929 run : echo path=$(ls dist/*.whl) >> $GITHUB_OUTPUT
3030
31- - name : Install dependencies
32- run : |
33- python -m pip install PyQt6
34- sudo apt-get update -y
35- sudo apt-get install --no-install-recommends -y \
36- libxkbcommon-x11-0 \
37- x11-utils libyaml-dev \
38- libegl1-mesa \
39- libxcb-icccm4 \
40- libxcb-image0 \
41- libxcb-keysyms1 \
42- libxcb-randr0 \
43- libxcb-render-util0 \
44- libxcb-xinerama0 \
45- libopengl0
31+ - uses : tlambert03/setup-qt-libs@v1
4632
4733 - name : Test build package
4834 run : |
Original file line number Diff line number Diff line change 5858
5959 - run : poetry run pip install -U ${{ matrix.qt }}
6060
61- - name : Install Linux dependencies
62- if : runner.os == 'Linux'
63- run : |
64- sudo apt-get update -y
65- sudo apt-get install --no-install-recommends -y \
66- libxkbcommon-x11-0 \
67- x11-utils \
68- libyaml-dev \
69- libegl1-mesa \
70- libxcb-icccm4 \
71- libxcb-image0 \
72- libxcb-keysyms1 \
73- libxcb-randr0 \
74- libxcb-render-util0 \
75- libxcb-xinerama0 \
76- libopengl0
61+ - uses : tlambert03/setup-qt-libs@v1
7762
7863 - name : Run pytest
7964 run : |
You can’t perform that action at this time.
0 commit comments