Skip to content

Commit

Permalink
[ci] fix numpy checks in smoke tests (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Nov 2, 2023
1 parent 9002cff commit 9cbd9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run-smoke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pydistcheck \
# package where source distro is a .zip
get-files numpy
pydistcheck \
--ignore 'compiled-objects-have-debug-symbols,unexpected-files' \
--max-allowed-files 3000 \
--ignore 'compiled-objects-have-debug-symbols,mixed-file-extensions,path-contains-spaces,unexpected-files' \
--max-allowed-files 7500 \
--max-allowed-size-uncompressed '150M' \
./smoke-tests/*

Expand Down

0 comments on commit 9cbd9a8

Please sign in to comment.