-
Notifications
You must be signed in to change notification settings - Fork 54
fix: update pyproject to install rust for py13 #647
Conversation
❌ 4 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 8 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
@@ -2,6 +2,7 @@ | |||
name: Build for PyPi | |||
|
|||
on: | |||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend calling this job from ci.yml
instead and running builds for PRs unconditionally. Of course, you'll probably want to skip a portion of wheels in PRs (as an optimization), but could still build x86_64 — you're double-building them via pip install -e .
anyway. But by integrating this instead, you could get closer to releasing exactly what you test.
@thomasrockhu-codecov this probably needs to be rebased. The failing log says it installs
However,
|
No description provided.