Skip to content

Commit

Permalink
ci: stop running pytest on c9s
Browse files Browse the repository at this point in the history
This branch currently targets only EL 8.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano authored and m-horky committed Jan 7, 2025
1 parent 888f722 commit bcec61d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit bcec61d

Please sign in to comment.