Skip to content

Commit 625af4c

Browse files
authored
{Packaging} Fix test RPM Azure Linux (#30211)
1 parent 5cba0f2 commit 625af4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release/rpm/test_azurelinux_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ time az self-test
1414
time az --version
1515

1616
cd /azure-cli/
17-
python -m pip install --upgrade pip setuptools
17+
python -m pip install setuptools
1818
./scripts/ci/build.sh
1919

2020
# From Fedora36, when using `pip install --prefix` with root privileges, the package is installed into `{prefix}/local/lib`.

0 commit comments

Comments
 (0)