Skip to content

Commit 24dfb2b

Browse files
committed
Put tests.yml back to the way it was originally
1 parent db34ca9 commit 24dfb2b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
run: uv sync --all-extras --dev
3737

3838
- 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'
4539
run: uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
4640

4741
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)