fix: update pyproject to install rust for py13#647
fix: update pyproject to install rust for py13#647thomasrockhu-codecov wants to merge 16 commits intomainfrom
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 |
| name: Build for PyPi | ||
|
|
||
| on: | ||
| pull_request: |
There was a problem hiding this comment.
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.