Skip to content

Commit

Permalink
Merge pull request #7844 from radarhere/mingw
Browse files Browse the repository at this point in the history
Do not use packaged MinGW pip
  • Loading branch information
hugovk committed Mar 1, 2024
2 parents bebf038 + 99c7f54 commit b3a595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
mingw-w64-x86_64-python3-cffi \
mingw-w64-x86_64-python3-numpy \
mingw-w64-x86_64-python3-olefile \
mingw-w64-x86_64-python3-pip \
mingw-w64-x86_64-python3-setuptools \
mingw-w64-x86_64-python-pyqt6
python3 -m ensurepip
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
pushd depends && ./install_extra_test_images.sh && popd
Expand Down

0 comments on commit b3a595c

Please sign in to comment.