Skip to content

Commit fb7e6b2

Browse files
committed
fix import error in builds
1 parent 3a5a73e commit fb7e6b2

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
@@ -61,4 +61,4 @@ jobs:
6161
# mkl_umath cannot be installed in editable mode, we need
6262
# to change directory before importing it and running tests
6363
cd ..
64-
python -m pytest -sv --pyargs mkl_umath/mkl_umath/tests
64+
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)