Skip to content

Commit da95187

Browse files
committed
Drop support for checking RHEL8
1 parent 97ccfe4 commit da95187

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,24 +89,6 @@ jobs:
8989
token: ${{ secrets.CODECOV_TOKEN }}
9090
fail_ci_if_error: true
9191

92-
rhel8-appstream-py39:
93-
name: rhel8-appstream-py39
94-
runs-on: ubuntu-latest
95-
container: "almalinux:8"
96-
steps:
97-
- name: Install Python 3.9 and Git from AppStream
98-
run: yum install -y python39-devel python39-pip python39-pip-wheel python39 git
99-
- uses: actions/checkout@v4
100-
- name: Install Testing Requirements
101-
run: python3.9 -m pip install nox
102-
- name: Run Tests
103-
run: python3.9 -m nox -e tests
104-
# - name: Upload to codecov
105-
# uses: codecov/codecov-action@v5
106-
# with:
107-
# token: ${{ secrets.CODECOV_TOKEN }}
108-
# fail_ci_if_error: true
109-
11092
rhel9-system-python:
11193
name: rhel9-system-python
11294
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)