mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Use apt-get to install packages (#11824)
This commit is contained in:
@@ -16,7 +16,7 @@ PROTOBUF_VERSION=26.1
|
||||
MYPY_PROTOBUF_VERSION=3.6.0
|
||||
|
||||
# brew install coreutils wget
|
||||
# sudo apt install -y unzip
|
||||
# sudo apt-get install -y unzip
|
||||
REPO_ROOT="$(realpath "$(dirname "${BASH_SOURCE[0]}")"/..)"
|
||||
TMP_DIR="$(mktemp -d)"
|
||||
PYTHON_PROTOBUF_FILENAME="protobuf-$PROTOBUF_VERSION.zip"
|
||||
|
||||
@@ -11,7 +11,7 @@ TENSORFLOW_VERSION=2.16.1
|
||||
MYPY_PROTOBUF_VERSION=3.6.0
|
||||
|
||||
# brew install coreutils wget
|
||||
# sudo apt install -y unzip
|
||||
# sudo apt-get install -y unzip
|
||||
REPO_ROOT="$(realpath "$(dirname "${BASH_SOURCE[0]}")"/..)"
|
||||
TMP_DIR="$(mktemp -d)"
|
||||
TENSORFLOW_FILENAME="v$TENSORFLOW_VERSION.zip"
|
||||
|
||||
Reference in New Issue
Block a user