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 bdabbd6 + b3a595c commit b7ecf84Copy full SHA for b7ecf84
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