Skip to content

Commit 31a3e28

Browse files
authored
Update test.yml
1 parent 2bdc8cd commit 31a3e28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ jobs:
5151

5252
- name: Run tests with PyTest 7
5353
run: tox
54+
if: runner.os != 'Windows'
5455
env:
5556
PYTEST_MAJOR_VERSION: 7
5657
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
5758

5859
- name: Run tests with PyTest 6
5960
run: tox
61+
if: runner.os != 'Windows'
6062
env:
6163
PYTEST_MAJOR_VERSION: 6
6264
PYTEST_PLUGINS: pytest_github_actions_annotate_failures

0 commit comments

Comments
 (0)