Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd5eaff

Browse files
committed
Correctly resolve sklearn for pytest
1 parent b791c85 commit fd5eaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_test_arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ cd /tmp
7373
ccache -s
7474
python -c "import sklearn; sklearn.show_versions()"
7575
python -m threadpoolctl --import sklearn
76-
python -m pytest sklearn
76+
pytest --pyargs sklearn

0 commit comments

Comments
 (0)