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 a6ff8aa commit abcd595Copy full SHA for abcd595
.github/workflows/builds.yml
@@ -32,7 +32,7 @@ jobs:
32
distribution: 'temurin'
33
java-version: '17'
34
- name: Install all dependencies for other Python versions
35
- run: uv sync --locked --all-extras
+ run: uv sync --all-extras
36
- name: Run tests
37
run: uv run pytest -s -vvvv
38
0 commit comments