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 8d5fe60 commit 1e43821Copy full SHA for 1e43821
.github/workflows/pytest.yml
@@ -20,8 +20,9 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Install UV
23
- run: astral-sh/setup-uv@v5
24
- python-version: ${{ matrix.python-version }}
+ uses: astral-sh/setup-uv@v5
+ with:
25
+ python-version: ${{ matrix.python-version }}
26
- uses: astral-sh/ruff-action@v3
27
- name: Run the tests
28
run: pytest --cov --cov-report=json:coverage.json tests/
0 commit comments