Skip to content

Commit 5dc8275

Browse files
committed
Install python-packaging in aur workflow
for the pypi source
1 parent 75c735e commit 5dc8275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aur.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: docker exec "$(cat ${container_id})" pacman -Syu --noconfirm
3030

3131
- name: Install nvchecker and git.
32-
run: docker exec "$(cat ${container_id})" pacman -S nvchecker git pyalpm --noconfirm
32+
run: docker exec "$(cat ${container_id})" pacman -S nvchecker git pyalpm python-packaging --noconfirm
3333

3434
- name: Nvcheck!
3535
run: |

0 commit comments

Comments
 (0)