Skip to content

Commit b3a595c

Browse files
authored
Merge pull request #7844 from radarhere/mingw
Do not use packaged MinGW pip
2 parents bebf038 + 99c7f54 commit b3a595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
mingw-w64-x86_64-python3-cffi \
6868
mingw-w64-x86_64-python3-numpy \
6969
mingw-w64-x86_64-python3-olefile \
70-
mingw-w64-x86_64-python3-pip \
7170
mingw-w64-x86_64-python3-setuptools \
7271
mingw-w64-x86_64-python-pyqt6
7372
73+
python3 -m ensurepip
7474
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
7575
7676
pushd depends && ./install_extra_test_images.sh && popd

0 commit comments

Comments
 (0)