Skip to content

Commit 0dc2c3c

Browse files
authored
Update testing.yml
1 parent bb01637 commit 0dc2c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install Python dependencies
3434
run: |
35-
python -m pip install --upgrade pip
35+
python -m pip install --upgrade "pip<25.3"
3636
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}.txt
3737
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
3838

0 commit comments

Comments
 (0)