Skip to content

Commit f95a127

Browse files
committed
Complete the switch to proper rocky CI runs using containers.
1 parent 81a3ab8 commit f95a127

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,6 @@ jobs:
3737
run: |
3838
make test
3939
40-
python3-rocky9ish:
41-
runs-on: ubuntu-22.04
42-
steps:
43-
- name: Check out repository contents
44-
uses: actions/checkout@v3
45-
- name: Set up Python 3.9.18 to mimic Rocky9
46-
uses: actions/setup-python@v3
47-
with:
48-
python-version: "3.9.18"
49-
- name: Setup environment
50-
run: |
51-
make dependencies
52-
- name: Run tests
53-
run: |
54-
make test
55-
5640
python3-rocky9:
5741
runs-on: ubuntu-22.04
5842
container:
@@ -70,22 +54,6 @@ jobs:
7054
run: |
7155
make test
7256
73-
python3-rocky8ish:
74-
runs-on: ubuntu-20.04
75-
steps:
76-
- name: Check out repository contents
77-
uses: actions/checkout@v3
78-
- name: Set up Python 3.6.8 to mimic Rocky8
79-
uses: actions/setup-python@v3
80-
with:
81-
python-version: "3.6.8"
82-
- name: Setup environment
83-
run: |
84-
make dependencies
85-
- name: Run tests
86-
run: |
87-
make test
88-
8957
python3-rocky8:
9058
runs-on: ubuntu-20.04
9159
container:

0 commit comments

Comments
 (0)