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 a1fb42c commit 6cbb682Copy full SHA for 6cbb682
.github/workflows/CI-DOCS.yml
@@ -52,8 +52,7 @@ jobs:
52
with:
53
python-version: ${{ matrix.python-version }}
54
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}
55
- if: ${{ !cancelled() && runner.os == 'Windows' }}
56
- run: python -m pip install --upgrade pip
+ uses: ./.github/actions/upgrade-windows-pip
57
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
58
run: |
59
pip install --upgrade "pip>=24.3.1" "setuptools>=75.0" "wheel>=0.44" "build>=1.2.1";
0 commit comments