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 62459bd commit a6ec160Copy full SHA for a6ec160
template/.github/workflows/tests.yml.jinja
@@ -20,6 +20,6 @@ jobs:
20
run: uv python install ${{ matrix.python-version }}
21
- name: Install dependencies
22
run: uv sync --extra test --python ${{ matrix.python-version }}
23
- {% endraw %}
24
- name: Run pytest
25
run: uv run --python ${{ matrix.python-version }} pytest -v
+ {% endraw %}
0 commit comments