Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 2e62a50

Browse files
committed
test linux
1 parent 44d8f33 commit 2e62a50

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

scripts/manylinux/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ MANYLINUX_DIR=$(echo $(cd $(dirname ${0}); pwd))
2121
SCRIPTS_DIR=$(dirname ${MANYLINUX_DIR})
2222
REPO_ROOT=$(dirname ${SCRIPTS_DIR})
2323

24-
sudo apt-get update
25-
sudo apt-get install -y python3.9
26-
2724
cd $REPO_ROOT
2825
# Add directory as safe to avoid "detected dubious ownership" fatal issue1
2926
git config --global --add safe.directory $REPO_ROOT

scripts/manylinux/publish_python_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
# Start the releasetool reporter
19-
python3.9 -m pip install --require-hashes -r ${REPO_ROOT}/.kokoro/requirements.txt
19+
python3 -m pip install --require-hashes -r ${REPO_ROOT}/.kokoro/requirements.txt
2020

2121
# Disable buffering, so that the logs stream through.
2222
export PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)