Skip to content

Commit 897f989

Browse files
committed
Try removing pip install
Signed-off-by: Darby Johnston <[email protected]>
1 parent 887dc4e commit 897f989

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ 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
137134
- name: Set up Python ${{ matrix.python-version }}
138135
if: matrix.python-version != 'mingw64'
139136
uses: actions/[email protected]

0 commit comments

Comments
 (0)