diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bb43458590..229752fce2 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -42,6 +42,7 @@ jobs: merge-multiple: true - name: Install codecov cli run: | + python3 -m pip install coverage curl -Os https://cli.codecov.io/latest/linux/codecov chmod +x codecov - name: Upload to codecov diff --git a/onedal/__init__.py b/onedal/__init__.py index 8f7ade667c..be24a7fa47 100644 --- a/onedal/__init__.py +++ b/onedal/__init__.py @@ -51,6 +51,8 @@ _is_spmd_backend = False +print("test7") + if _is_dpc_backend: try: import onedal._onedal_py_spmd_dpc as _spmd_backend