File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- name : Install CMake and Ninja
36
36
run : |
37
- sudo apt-get install cmake ninja-build
37
+ sudo apt-get install ninja-build
38
38
39
39
- name : Setup Python
40
40
uses : actions/setup-python@v4
79
79
- name : Install dpctl dependencies
80
80
shell : bash -l {0}
81
81
run : |
82
- pip install numpy cython setuptools pytest pytest-cov scikit-build coverage[toml]
82
+ pip install numpy cython setuptools pytest pytest-cov scikit-build cmake coverage[toml]
83
83
84
84
- name : Build dpctl with coverage
85
85
shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
36
36
run : |
37
37
sudo apt-get install doxygen
38
- - name : Install CMake and Ninja
38
+ - name : Install Ninja
39
39
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
40
40
run : |
41
- sudo apt-get install cmake ninja-build
41
+ sudo apt-get install ninja-build
42
42
- name : Setup Python
43
43
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
44
44
uses : actions/setup-python@v4
49
49
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
50
50
shell : bash -l {0}
51
51
run : |
52
- pip install numpy cython setuptools scikit-build sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput
52
+ pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput
53
53
- name : Checkout repo
54
54
uses : actions/checkout@v3
55
55
with :
Original file line number Diff line number Diff line change 88
88
- name : Install system components
89
89
shell : bash -l {0}
90
90
run : |
91
- sudo apt-get install cmake ninja-build libtinfo5
91
+ sudo apt-get install ninja-build libtinfo5
92
92
93
93
- name : Setup Python
94
94
uses : actions/setup-python@v4
99
99
- name : Install dpctl dependencies
100
100
shell : bash -l {0}
101
101
run : |
102
- pip install numpy cython setuptools pytest scikit-build
102
+ pip install numpy cython setuptools pytest scikit-build cmake
103
103
104
104
- name : Checkout repo
105
105
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments