Skip to content

Commit 6cbb682

Browse files
[FEATURE] Helper action to upgrade braindead windows in CI (- WIP #210 -)
Changes in file .github/workflows/CI-DOCS.yml: * now uses DRY action
1 parent a1fb42c commit 6cbb682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI-DOCS.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}
55-
if: ${{ !cancelled() && runner.os == 'Windows' }}
56-
run: python -m pip install --upgrade pip
55+
uses: ./.github/actions/upgrade-windows-pip
5756
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
5857
run: |
5958
pip install --upgrade "pip>=24.3.1" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";

0 commit comments

Comments
 (0)