File tree Expand file tree Collapse file tree 3 files changed +9
-33
lines changed Expand file tree Collapse file tree 3 files changed +9
-33
lines changed Original file line number Diff line number Diff line change 1
- name : Testing with CentOS 7 docker
1
+ name : Testing with Rocky docker
2
2
3
3
on :
4
4
push :
@@ -16,42 +16,42 @@ concurrency:
16
16
17
17
jobs :
18
18
test :
19
- # It is hosted on Ubuntu but the docker image is built on CentOS 7
19
+ # It is hosted on Ubuntu but the docker image is built on Rocky
20
20
runs-on : ubuntu-latest
21
21
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
25
25
- name : Pre-load docker image
26
- run : docker pull ghcr.io/mantidproject/mantidimaging:centos7
26
+ run : docker pull ghcr.io/mantidproject/mantidimaging:rocky8
27
27
28
28
- name : List versions
29
29
uses : ./.github/actions/test
30
30
with :
31
31
command : python --version; conda list ; pip list
32
- label : centos7
32
+ label : rocky8
33
33
34
34
- name : yapf
35
35
uses : ./.github/actions/test
36
36
with :
37
37
command : yapf --parallel --diff --recursive .
38
- label : centos7
38
+ label : rocky8
39
39
40
40
- name : ruff
41
41
uses : ./.github/actions/test
42
42
with :
43
43
command : ruff check .
44
- label : centos7
44
+ label : rocky8
45
45
46
46
- name : mypy
47
47
uses : ./.github/actions/test
48
48
with :
49
49
command : mypy --ignore-missing-imports mantidimaging
50
- label : centos7
50
+ label : rocky8
51
51
52
52
- name : pytest
53
53
timeout-minutes : 5
54
54
uses : ./.github/actions/test
55
55
with :
56
56
command : xvfb-run pytest -n auto -o log_cli=true --ignore=mantidimaging/eyes_tests --durations=10
57
- label : centos7
57
+ label : rocky8
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Requirements
17
17
------------
18
18
19
19
Operating system
20
- - Linux. Tested on Ubuntu 18.04, 20.04, 22.04 and CentOS 7
20
+ - Linux. Tested on Ubuntu 18.04, 20.04, 22.04 and Rocky 8
21
21
- Windows. Tested on Windows 10
22
22
23
23
GPU
You can’t perform that action at this time.
0 commit comments