Skip to content

Commit

Permalink
{Packaging} Fix test RPM Azure Linux (#30211)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Oct 29, 2024
1 parent 5cba0f2 commit 625af4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/rpm/test_azurelinux_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ time az self-test
time az --version

cd /azure-cli/
python -m pip install --upgrade pip setuptools
python -m pip install setuptools
./scripts/ci/build.sh

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

0 comments on commit 625af4c

Please sign in to comment.