diff --git a/.github/workflows/pcw.yml b/.github/workflows/pcw.yml index a83b3b44..e06a8b46 100644 --- a/.github/workflows/pcw.yml +++ b/.github/workflows/pcw.yml @@ -20,6 +20,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install requirements run: sudo apt-get install -y build-essential podman + - name: Enable podman socket + run: systemctl --user enable --now podman.socket - name: Preparation run: make prepare - name: Run test