Skip to content

Commit a6ec160

Browse files
committed
update
1 parent 62459bd commit a6ec160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/tests.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
run: uv python install ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: uv sync --extra test --python ${{ matrix.python-version }}
23-
{% endraw %}
2423
- name: Run pytest
2524
run: uv run --python ${{ matrix.python-version }} pytest -v
25+
{% endraw %}

0 commit comments

Comments
 (0)