Skip to content

Commit 5830396

Browse files
authored
Merge pull request #7825 from hugovk/coverage-sysmon
Require coverage.py 7.4.2+ for `COVERAGE_CORE: sysmon`
2 parents 6c126fe + a08df5b commit 5830396

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,16 @@ jobs:
6969
- name: Print build system information
7070
run: python3 .github/workflows/system-info.py
7171

72-
- name: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
73-
run: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
72+
- name: Install Python dependencies
73+
run: >
74+
python3 -m pip install
75+
coverage>=7.4.2
76+
defusedxml
77+
olefile
78+
pyroma
79+
pytest
80+
pytest-cov
81+
pytest-timeout
7482
7583
- name: Install dependencies
7684
id: install

0 commit comments

Comments
 (0)