Skip to content

Commit 480b7e2

Browse files
committed
fix import error in builds
1 parent c77b04b commit 480b7e2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

.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 mkl_umath/mkl_umath/tests
59+
python -m pytest -sv --pyargs mkl_umath

0 commit comments

Comments
 (0)