Updates tools branch to add attrs dependency

pull/7054/head
gindibay 2023-07-20 00:02:59 +03:00
parent 3ecf3efc5f
commit 17c744be21
1 changed files with 1 additions and 2 deletions

View File

@ -25,10 +25,9 @@ pyenv versions
pyenv virtualenv ${PACKAGING_PYTHON_VERSION} packaging_env
pyenv activate packaging_env
git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
git clone -b fix_centos8_errors --depth=1 https://github.com/citusdata/tools.git tools
python3 -m pip install -r tools/packaging_automation/requirements.txt
python3 -m pip install attrs
echo "Package type: ${package_type}"
echo "OS version: $(get_rpm_os_version)"