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 8715f9b commit 892084aCopy full SHA for 892084a
1 file changed
.github/workflows/tests.yaml
@@ -46,6 +46,8 @@ jobs:
46
enable-cache: true
47
- name: Install Python ${{ matrix.python }}
48
run: uv python install ${{ matrix.python }}
49
+ - name: Install dependencies
50
+ run: uv sync --all-extras
51
- name: Run tests
52
run: uv run pytest --cov --cov-fail-under=100
53
0 commit comments