-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[fix][ci] dont build wheel for cpp tests #5443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][ci] dont build wheel for cpp tests #5443
Conversation
/bot run |
PR_Github #9725 [ run ] triggered by Bot |
PR_Github #9725 [ run ] completed with state |
020f104
to
bb31a9e
Compare
/bot run |
PR_Github #9728 [ run ] triggered by Bot |
PR_Github #9728 [ run ] completed with state |
bb31a9e
to
88a258b
Compare
/bot run |
PR_Github #9796 [ run ] triggered by Bot |
PR_Github #9796 [ run ] completed with state |
Signed-off-by: Omer Ullman Argov <[email protected]>
88a258b
to
7f69ff0
Compare
/bot run |
PR_Github #9815 [ run ] triggered by Bot |
PR_Github #9815 [ run ] completed with state |
Signed-off-by: Omer Ullman Argov <[email protected]>
Signed-off-by: Omer Ullman Argov <[email protected]>
Signed-off-by: Omer Ullman Argov <[email protected]>
Signed-off-by: Omer Ullman Argov <[email protected]>
Signed-off-by: Omer Ullman Argov <[email protected]>
Signed-off-by: Omer Ullman Argov <[email protected]>
Signed-off-by: Omer Ullman Argov <[email protected]>
Signed-off-by: Omer Ullman Argov <[email protected]>
[fix] Skip build wheel for CPP tests
The wheel building portion of
build_wheel.py
can take several minutes, and is not needed for CPP testing.