Skip to content

Commit 9c7d85d

Browse files
authored
ci: fix alpine edge python3.14 tox missing dep py3-python-discovery (#6864)
1 parent 912aa55 commit 9c7d85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/23-pr-unit-distro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
lxc exec alpine -- ping -c 1 dl-cdn.alpinelinux.org || true
4343
4444
- name: Install dependencies
45-
run: lxc exec alpine -- apk add py3-tox git tzdata
45+
run: lxc exec alpine -- apk add py3-tox py3-python-discovery git tzdata
4646

4747
- name: Mount source into container directory
4848
run: lxc config device add alpine gitdir disk source=$(pwd) path=/root/cloud-init-ro

0 commit comments

Comments
 (0)