File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments