From bcec61d98f2c5293c7b5386c46be43695a2168d2 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 7 Jan 2025 16:00:06 +0100 Subject: [PATCH] ci: stop running pytest on c9s This branch currently targets only EL 8. Signed-off-by: Pino Toscano --- .github/workflows/pytest.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2c83f8ab..0522c937 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,8 +12,6 @@ jobs: fail-fast: false matrix: include: - - name: "CentOS Stream 9" - image: "quay.io/centos/centos:stream9" - name: "CentOS Stream 8" image: "quay.io/centos/centos:stream8" @@ -26,7 +24,6 @@ jobs: uses: actions/checkout@v4 - name: "Use CentOS Vault" - if: matrix.name == 'CentOS Stream 8' run: | sed -i 's|#baseurl=http://mirror|baseurl=http://vault|' /etc/yum.repos.d/CentOS-Stream-*.repo