We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pacman
1 parent f6bcc0b commit 98f91bfCopy full SHA for 98f91bf
.github/workflows/ci.yml
@@ -3,13 +3,12 @@ on: [push, workflow_dispatch]
3
4
jobs:
5
ci:
6
- name: CI on amd64/archlinux:base
7
runs-on: ubuntu-22.04
8
container: amd64/archlinux:base
9
steps:
10
- uses: actions/checkout@v4
11
- run: |
12
- pacman -Syu --needed --noconfirm python-pipx python-wxpython
+ pacman -Syu --needed --noconfirm python-pipx python-pyqt5 python-pyqt6 python-wxpython
13
pipx install --global hatch
14
name: Install dependencies
15
- run: hatch fmt --check
0 commit comments