Skip to content

Commit 6521d7c

Browse files
committed
Testing missing dependency
1 parent 41e606f commit 6521d7c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,12 @@ jobs:
1717
options: --privileged
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20-
- name: Set up Python
21-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
22-
with:
23-
python-version: '3.x'
2420
- name: Prepare arch
2521
run: |
2622
pacman-key --init
2723
pacman --noconfirm -Sy archlinux-keyring
2824
pacman --noconfirm -Syyu
29-
pacman --noconfirm -Sy python-uv python-setuptools python-pip
30-
pacman --noconfirm -Sy python-pyparted python-pydantic
25+
pacman --noconfirm -Sy python python-uv python-setuptools python-pip python-pyparted python-pydantic
3126
- name: Build archinstall
3227
run: |
3328
uv build --no-build-isolation --wheel

0 commit comments

Comments
 (0)