Skip to content

Commit 98f91bf

Browse files
committed
Install more dependencies using pacman
1 parent f6bcc0b commit 98f91bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ on: [push, workflow_dispatch]
33

44
jobs:
55
ci:
6-
name: CI on amd64/archlinux:base
76
runs-on: ubuntu-22.04
87
container: amd64/archlinux:base
98
steps:
109
- uses: actions/checkout@v4
1110
- run: |
12-
pacman -Syu --needed --noconfirm python-pipx python-wxpython
11+
pacman -Syu --needed --noconfirm python-pipx python-pyqt5 python-pyqt6 python-wxpython
1312
pipx install --global hatch
1413
name: Install dependencies
1514
- run: hatch fmt --check

0 commit comments

Comments
 (0)