Skip to content

Commit 21b958e

Browse files
committed
Trying alternate approach to pip update
Signed-off-by: Eric Reinecke <[email protected]>
1 parent d3e8ac0 commit 21b958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
git
127127
- name: Ensure MSYS2 pip is updated
128128
if: matrix.python-version == 'mingw64'
129-
run: python -m pip install --upgrade pip
129+
run: pip install --upgrade pip
130130
- name: Set up Python ${{ matrix.python-version }}
131131
if: matrix.python-version != 'mingw64'
132132
uses: actions/[email protected]

0 commit comments

Comments
 (0)