Browse Source

🐛 Fix uv git install

pull/14850/head
Sebastián Ramírez 5 months ago
parent
commit
99cf5f5312
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -109,7 +109,7 @@ jobs:
run: uv sync --no-dev --group tests --extra all
- name: Install Starlette from source
if: matrix.starlette-src == 'starlette-git'
run: uv pip install --force-reinstall --no-deps --no-cache-dir --find-links https://test.pypi.org/simple/ starlette
run: uv pip install "git+https://github.com/Kludex/starlette@main"
- run: mkdir coverage
- name: Test
if: matrix.codspeed != 'codspeed'

Loading…
Cancel
Save