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.
1 parent 232df47 commit 2356034Copy full SHA for 2356034
.github/workflows/test-windows.yml
@@ -41,7 +41,7 @@ jobs:
41
cache-dependency-path: ".github/workflows/test-windows.yml"
42
43
- name: Print build system information
44
- run: python .github/workflows/system-info.py
+ run: python3 .github/workflows/system-info.py
45
46
- name: python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
47
run: python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
0 commit comments