This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.x] Attempt to fix v1.x CI issues. (#19872)
* Attempt to fix v1.x CI issues. * Re-pin scipy. * Add numpy with pinned version so other package installs don't overwrite out required version. * Use python3 (from /usr/local/bin) for tensorrt gpu tests, so it can find all required python modules. * Fix onnx tests; need to pass scalar value (not np.array) to create_const_scalar_node. * Fix pylint * Set values using np.dtype(dtype) instead of using float32 and then casting to desired type. * Skip 2 tests that are flakey, reported in issue #19877. Co-authored-by: Joe Evans <[email protected]>
- Loading branch information
1 parent
0066ccb
commit bf9e62a
Showing
6 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters