Fix poe check on Windows#5942
Conversation
|
As a side note, I recommend bumping |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5942 +/- ##
==========================================
- Coverage 75.77% 75.76% -0.01%
==========================================
Files 191 191
Lines 13107 13114 +7
==========================================
+ Hits 9932 9936 +4
- Misses 3175 3178 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
use the latest version of llama-cpp-python to ensure `uv sync --all-extras` don't fail on windows. reference: #5942 (comment)
use the latest version of llama-cpp-python to ensure `uv sync --all-extras` don't fail on windows. reference: #5942 (comment)
Why are these changes needed?
poe checkfails on main on Windows due to a combination line ending mismatches, Unix-specific commands, and Windows-specificasynciobehavior. This PR attempts to fix this (so thatpoe checkon a freshly-pulledmainpasses on Windows 11.)Checks
poe checkpasses