Skip to content

Commit 3d46584

Browse files
authored
Added fix for pip._vendor.distlib issue on windows msys2 (#1762)
Added fix for pip._vendor.distlib issue on windows msys2 Signed-off-by: Eric Reinecke <[email protected]>
1 parent 48f09e2 commit 3d46584

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
mingw-w64-x86_64-cmake
132132
make
133133
git
134+
- name: Ensure MSYS2 pip is updated
135+
if: matrix.python-version == 'mingw64'
136+
run: curl -sS https://bootstrap.pypa.io/get-pip.py | python
134137
- name: Set up Python ${{ matrix.python-version }}
135138
if: matrix.python-version != 'mingw64'
136139
uses: actions/[email protected]

0 commit comments

Comments
 (0)