Skip to content

Commit ccc6590

Browse files
authored
fix: maturin never logs (#7367)
Maturin logs on stdout non-deterministically race with maturin printing the wheel path (which also goes to stdout). If the wheel path is not last, the `Pytest - Vortex` step fails. Signed-off-by: Daniel King <dan@spiraldb.com>
1 parent 0b2a35e commit ccc6590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
|| 'ubuntu-latest' }}
8282
timeout-minutes: 40
8383
env:
84-
RUST_LOG: "info,maturin=warn,uv=debug"
84+
RUST_LOG: "info,maturin=off,uv=debug"
8585
MATURIN_PEP517_ARGS: "--profile ci"
8686
steps:
8787
- uses: runs-on/action@v2

0 commit comments

Comments
 (0)