From 94e959fac4802ed437f7339f27598944b2d30fb4 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Sat, 21 Dec 2024 19:42:49 -0500 Subject: [PATCH] verbose installation to understand why differences exist --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed42f3670b..44c47a27db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Install dependencies run: | python -m pip install uv - uv pip install --system --upgrade ".[all,test]" + uv pip install --system --upgrade --verbose ".[all,test]" - name: List installed Python packages run: python -m pip list