File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
sudo apt-get install lcov
42
42
- name : Install dpnp dependencies
43
43
run : |
44
- conda install cython llvm cmake scikit-build ninja pytest pytest-cov coverage[toml] \
44
+ conda install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
45
45
dpctl dpcpp_linux-64 sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel onedpl-devel ${{ env.CHANNELS }}
46
46
- name : Conda info
47
47
run : |
Original file line number Diff line number Diff line change 1
1
[ ![ Pre-commit] ( https://github.com/IntelPython/dpnp/actions/workflows/pre-commit.yml/badge.svg?branch=master&event=push )] ( https://github.com/IntelPython/dpnp/actions/workflows/pre-commit.yml )
2
2
[ ![ Conda package] ( https://github.com/IntelPython/dpnp/actions/workflows/conda-package.yml/badge.svg?branch=master&event=push )] ( https://github.com/IntelPython/dpnp/actions/workflows/conda-package.yml )
3
- [ ![ codecov ] ( https://codecov .io/gh/ IntelPython/dpnp/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /IntelPython/dpnp )
3
+ [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ IntelPython/dpnp/badge.svg?branch=master )] ( https://coveralls .io/github /IntelPython/dpnp?branch=master )
4
4
[ ![ Build Sphinx] ( https://github.com/IntelPython/dpnp/workflows/Build%20Sphinx/badge.svg )] ( https://intelpython.github.io/dpnp )
5
5
6
6
# DPNP - Data Parallel Extension for NumPy*
You can’t perform that action at this time.
0 commit comments