Skip to content

Commit 2586a27

Browse files
committed
update
1 parent d301a3f commit 2586a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v3
18-
{% raw %}
18+
{% raw %}
1919
- name: Set up Python ${{ matrix.python-version }}
2020
run: uv python install ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: uv sync --extra test --python ${{ matrix.python-version }}
2323
{% endraw %}
2424
- name: Run pytest
25-
run: uv run pytest -v
25+
run: uv run --python ${{ matrix.python-version }} pytest -v

0 commit comments

Comments
 (0)