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 db5d342 commit ca30694Copy full SHA for ca30694
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Install Python
30
if: matrix.env != '3.13'
31
run: uv python install --python-preference only-managed ${{ matrix.env }}
32
+ - run: uv sync --all-groups
33
- name: Setup test suite
34
run: tox run -vv --notest --skip-missing-interpreters false
35
env:
0 commit comments