From 84e61935a11d724fa2f01cc87086883a9987a7b7 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 1 May 2022 19:40:29 +0200 Subject: [PATCH] Adding additional packages to install in the arch container --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index edd23b54..7d054c56 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -8,7 +8,7 @@ jobs: options: --privileged steps: - uses: actions/checkout@v2 - - run: pacman --noconfirm -Syu python python-pip + - run: pacman --noconfirm -Syu python python-pip parted - run: python -m pip install --upgrade pip - run: pwd - run: ls -la