From e48e84b4792c28a7809e95d87c8ddc87de7d523d Mon Sep 17 00:00:00 2001 From: ritchie Date: Thu, 26 Dec 2024 09:53:16 +0100 Subject: [PATCH] ci: verbose --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index a117f5b7fe96..2b762bb5dc42 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -98,7 +98,7 @@ jobs: if: github.ref_name != 'main' env: POLARS_AUTO_NEW_STREAMING: 1 - run: pytest -n auto --dist loadgroup -m "not may_fail_auto_streaming and not slow and not write_disk and not release and not docs and not hypothesis and not benchmark and not ci_only" + run: pytest -vvv -m "not may_fail_auto_streaming and not slow and not write_disk and not release and not docs and not hypothesis and not benchmark and not ci_only" - name: Run tests async reader tests if: github.ref_name != 'main' && matrix.os != 'windows-latest'