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 3434
3535 - name : Install CMake and Ninja
3636 run : |
37- sudo apt-get install cmake ninja-build
37+ sudo apt-get install ninja-build
3838
3939 - name : Setup Python
4040 uses : actions/setup-python@v4
7979 - name : Install dpctl dependencies
8080 shell : bash -l {0}
8181 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]
8383
8484 - name : Build dpctl with coverage
8585 shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
3636 run : |
3737 sudo apt-get install doxygen
38- - name : Install CMake and Ninja
38+ - name : Install Ninja
3939 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
4040 run : |
41- sudo apt-get install cmake ninja-build
41+ sudo apt-get install ninja-build
4242 - name : Setup Python
4343 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
4444 uses : actions/setup-python@v4
4949 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
5050 shell : bash -l {0}
5151 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
5353 - name : Checkout repo
5454 uses : actions/checkout@v3
5555 with :
Original file line number Diff line number Diff line change 8888 - name : Install system components
8989 shell : bash -l {0}
9090 run : |
91- sudo apt-get install cmake ninja-build libtinfo5
91+ sudo apt-get install ninja-build libtinfo5
9292
9393 - name : Setup Python
9494 uses : actions/setup-python@v4
9999 - name : Install dpctl dependencies
100100 shell : bash -l {0}
101101 run : |
102- pip install numpy cython setuptools pytest scikit-build
102+ pip install numpy cython setuptools pytest scikit-build cmake
103103
104104 - name : Checkout repo
105105 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments