Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setupVenv(){
# create new venv
python"${PYTHON_VERSION}" -m venv azEnv
source azEnv/bin/activate
python -m pip install -U pip
python -m pip install pip==25.2 # fix to 25.2 to avoid the "No module named 'azure.cli.__main__'" issue with pip 25.3+
}

# need to be executed in a venv
Expand Down
Loading