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 7e4a68d commit 9994facCopy full SHA for 9994fac
.github/workflows/Tests.yml
@@ -223,7 +223,7 @@ jobs:
223
python-version: ${{ matrix.python-version }}
224
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}
225
if: ${{ !cancelled() && runner.os == 'Windows' }}
226
- run: pip install --upgrade pip
+ run: python -m pip install --upgrade pip
227
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
228
run: |
229
pip install --upgrade "pip>=22.0" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
0 commit comments