Skip to content

Commit 34bac89

Browse files
committed
fix import error in builds
1 parent 75e6806 commit 34bac89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-with-standard-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
# mkl_umath cannot be installed in editable mode, we need
6161
# to change directory before importing it and running tests
6262
cd ..
63-
python -m pytest -sv --pyargs mkl_umath/mkl_umath/tests
63+
python -m pytest -sv --pyargs mkl_umath

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
# mkl_umath cannot be installed in editable mode, we need
5757
# to change directory before importing it and running tests
5858
cd ..
59-
python -m pytest -v --pyargs mkl_umath
59+
python -m pytest -sv --pyargs mkl_umath

0 commit comments

Comments
 (0)