From 66f3c2e02b7af7d9194122f8257281c466827551 Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Sep 19 2022 14:01:17 +0000 Subject: Update to correct package --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index ad98bf4..283ada3 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -4,7 +4,7 @@ jobs: runs-on: stream-8 steps: - uses: "actions/checkout@v2" - - run: sudo dnf -y install pip + - run: sudo dnf -y install python3-pip - run: sudo pip install each - run: ls -x1 tests | grep "^0_" > testlist - run: each -j 4 --no-stdin testlist "sudo sh -c 'cd /opt && ./runtests.sh {}'"