We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fdae8 commit ca2f011Copy full SHA for ca2f011
.github/workflows/tests.yaml
@@ -68,7 +68,7 @@ jobs:
68
- name: Install downstream test environment
69
run: |
70
cd ${{ matrix.downstream }}
71
- uv sync
+ uv sync --all-extras
72
uv pip install --upgrade --force-reinstall ..
73
- name: Run downstream tests
74
0 commit comments