Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 5f27520

Browse files
committed
Fix call to scipy tests
1 parent 8fc5305 commit 5f27520

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ function build_osx_wheel {
5656
function run_tests {
5757
# Runs tests on installed distribution from an empty directory
5858
# OSX tests seem to time out pretty often
59-
local extra="verbose=3"
6059
if [ -z "$IS_OSX" ]; then
61-
extra="'full', $extra"
60+
local extra="full"
6261
fi
6362
python ../run_scipy_tests.py $extra
6463
# Show BLAS / LAPACK used

0 commit comments

Comments
 (0)