We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db34ca9 commit 24dfb2bCopy full SHA for 24dfb2b
.github/workflows/tests.yml
@@ -36,12 +36,6 @@ jobs:
36
run: uv sync --all-extras --dev
37
38
- name: Run tests
39
- if: runner.os == 'Windows'
40
- shell: cmd
41
- run: uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
42
-
43
- - name: Run tests
44
- if: runner.os != 'Windows'
45
run: uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
46
47
- name: Upload test results to Codecov
0 commit comments