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 bb01637 commit 0dc2c3cCopy full SHA for 0dc2c3c
.github/workflows/testing.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install Python dependencies
34
run: |
35
- python -m pip install --upgrade pip
+ python -m pip install --upgrade "pip<25.3"
36
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}.txt
37
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
38
0 commit comments