diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index d3d1eeaa3c8..c60538f1674 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -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