From 84dd418b0d4fe07dfd113b36f6e4127288a46d1f Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 7 Jun 2026 16:55:19 +0000 Subject: [PATCH] Add -v to uv pip install in downstream jobs to debug build times --- .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 1c68288abd72..960ca7de2874 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -467,7 +467,7 @@ jobs: - run: python -m pip install -c ci-constraints-requirements.txt 'uv' - run: uv venv - run: source .venv/bin/activate && ./.github/downstream.d/${{ matrix.DOWNSTREAM }}.sh install - - run: uv pip install . + - run: uv pip install -v . # cryptography main has a version of "(X+1).0.0.dev1" where X is the # most recently released major version. A package used by a downstream # may depend on cryptography <=X. If you use entrypoints stuff, this can