There was an error while loading. Please reload this page.
1 parent 912aa55 commit 9c7d85dCopy full SHA for 9c7d85d
1 file changed
.github/workflows/23-pr-unit-distro.yml
@@ -42,7 +42,7 @@ jobs:
42
lxc exec alpine -- ping -c 1 dl-cdn.alpinelinux.org || true
43
44
- name: Install dependencies
45
- run: lxc exec alpine -- apk add py3-tox git tzdata
+ run: lxc exec alpine -- apk add py3-tox py3-python-discovery git tzdata
46
47
- name: Mount source into container directory
48
run: lxc config device add alpine gitdir disk source=$(pwd) path=/root/cloud-init-ro
0 commit comments