We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18f1e2 commit a09997eCopy full SHA for a09997e
1 file changed
.github/workflows/tests.yml
@@ -89,24 +89,6 @@ jobs:
89
token: ${{ secrets.CODECOV_TOKEN }}
90
fail_ci_if_error: true
91
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
-
110
rhel9-system-python:
111
name: rhel9-system-python
112
runs-on: ubuntu-latest
0 commit comments