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 d301a3f commit 2586a27Copy full SHA for 2586a27
template/.github/workflows/tests.yml.jinja
@@ -15,11 +15,11 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Install uv
17
uses: astral-sh/setup-uv@v3
18
- {% raw %}
+ {% raw %}
19
- name: Set up Python ${{ matrix.python-version }}
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 pytest -v
+ run: uv run --python ${{ matrix.python-version }} pytest -v
0 commit comments