We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e8ac0 commit 21b958eCopy full SHA for 21b958e
.github/workflows/python-package.yml
@@ -126,7 +126,7 @@ jobs:
126
git
127
- name: Ensure MSYS2 pip is updated
128
if: matrix.python-version == 'mingw64'
129
- run: python -m pip install --upgrade pip
+ run: pip install --upgrade pip
130
- name: Set up Python ${{ matrix.python-version }}
131
if: matrix.python-version != 'mingw64'
132
uses: actions/[email protected]
0 commit comments