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 bebf038 commit 99c7f54Copy full SHA for 99c7f54
1 file changed
.github/workflows/test-mingw.yml
@@ -67,10 +67,10 @@ jobs:
67
mingw-w64-x86_64-python3-cffi \
68
mingw-w64-x86_64-python3-numpy \
69
mingw-w64-x86_64-python3-olefile \
70
- mingw-w64-x86_64-python3-pip \
71
mingw-w64-x86_64-python3-setuptools \
72
mingw-w64-x86_64-python-pyqt6
73
+ python3 -m ensurepip
74
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
75
76
pushd depends && ./install_extra_test_images.sh && popd
0 commit comments