Skip to content

Commit

Permalink
Require coverage.py 7.4.2+ for COVERAGE_CORE: sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 23, 2024
1 parent 6c126fe commit abfb901
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abfb901

Please sign in to comment.