diff --git a/.github/workflows/23-pr-unit-distro.yml b/.github/workflows/23-pr-unit-distro.yml index e2fe03ba414..cef37e14e25 100644 --- a/.github/workflows/23-pr-unit-distro.yml +++ b/.github/workflows/23-pr-unit-distro.yml @@ -42,7 +42,7 @@ jobs: lxc exec alpine -- ping -c 1 dl-cdn.alpinelinux.org || true - name: Install dependencies - run: lxc exec alpine -- apk add py3-tox git tzdata + run: lxc exec alpine -- apk add py3-tox py3-python-discovery git tzdata - name: Mount source into container directory run: lxc config device add alpine gitdir disk source=$(pwd) path=/root/cloud-init-ro