File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 37
37
run : |
38
38
make test
39
39
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
-
56
40
python3-rocky9 :
57
41
runs-on : ubuntu-22.04
58
42
container :
70
54
run : |
71
55
make test
72
56
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
-
89
57
python3-rocky8 :
90
58
runs-on : ubuntu-20.04
91
59
container :
You can’t perform that action at this time.
0 commit comments