We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c126fe + a08df5b commit 5830396Copy full SHA for 5830396
.github/workflows/test-windows.yml
@@ -69,8 +69,16 @@ jobs:
69
- name: Print build system information
70
run: python3 .github/workflows/system-info.py
71
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
+ - name: Install Python dependencies
+ 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
82
83
- name: Install dependencies
84
id: install
0 commit comments