Skip to content

Commit 364cc79

Browse files
committed
Use tlambert03/setup-qt-libs@v1
1 parent 1c67ee4 commit 364cc79

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,7 @@ jobs:
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: |

.github/workflows/test.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)