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