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 bf3adc9 commit 1dfbb45Copy full SHA for 1dfbb45
.github/actions/env-setup/action.yml
@@ -24,7 +24,7 @@ runs:
24
- name: Install azdev
25
shell: bash
26
run: |
27
- python -m pip install --upgrade pip
+ python -m pip install --upgrade "pip==25.2"
28
set -ev
29
python -m venv env
30
chmod +x env/bin/activate
0 commit comments