Merge pull request #7825 from hugovk/coverage-sysmon

Require coverage.py 7.4.2+ for `COVERAGE_CORE: sysmon`
This commit is contained in:
Andrew Murray 2024-02-23 20:54:27 +11:00 committed by GitHub
commit 583039608d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,8 +69,16 @@ jobs:
- name: Print build system information
run: python3 .github/workflows/system-info.py
- name: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
run: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
- name: Install Python dependencies
run: >
python3 -m pip install
coverage>=7.4.2
defusedxml
olefile
pyroma
pytest
pytest-cov
pytest-timeout
- name: Install dependencies
id: install