File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
CIBW_BEFORE_BUILD : pip install setuptools oldest-supported-numpy pytest
10
10
CIBW_BEFORE_TEST : pip install pytest
11
11
CIBW_BUILD_VERBOSITY : 1
12
- CIBW_TEST_COMMAND : pytest numexpr/tests
12
+ CIBW_TEST_COMMAND : pytest --pyargs numexpr
13
13
CIBW_TEST_SKIP : " *macosx*arm64*"
14
14
# Building for musllinux and aarch64 takes way too much time.
15
15
# Moreover, NumPy is not providing musllinux for x86_64 either, so it's not worth it.
62
62
run : |
63
63
echo "CIBW_BEFORE_BUILD=pip install setuptools numpy" >> "$GITHUB_ENV"
64
64
echo "CIBW_BEFORE_TEST=pip install pytest pytest-run-parallel" >> "$GITHUB_ENV"
65
- echo "CIBW_TEST_COMMAND=pytest --parallel-threads=4 numexpr/tests " >> "$GITHUB_ENV"
65
+ echo "CIBW_TEST_COMMAND=pytest --parallel-threads=4 --pyargs numexpr" >> "$GITHUB_ENV"
66
66
67
67
- name : Build wheels
68
68
run : |
You can’t perform that action at this time.
0 commit comments