Skip to content

Commit 9994fac

Browse files
[TESTING] Possible fix for regression Part 5.
🙈
1 parent 7e4a68d commit 9994fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
python-version: ${{ matrix.python-version }}
224224
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}
225225
if: ${{ !cancelled() && runner.os == 'Windows' }}
226-
run: pip install --upgrade pip
226+
run: python -m pip install --upgrade pip
227227
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
228228
run: |
229229
pip install --upgrade "pip>=22.0" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";

0 commit comments

Comments
 (0)