Skip to content

Commit 1dfbb45

Browse files
committed
pin pip 25.2
1 parent bf3adc9 commit 1dfbb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/env-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Install azdev
2525
shell: bash
2626
run: |
27-
python -m pip install --upgrade pip
27+
python -m pip install --upgrade "pip==25.2"
2828
set -ev
2929
python -m venv env
3030
chmod +x env/bin/activate

0 commit comments

Comments
 (0)