Removes explicit attrs installation

pull/7054/head
gindibay 2023-07-12 20:00:26 +03:00
parent 85d955ae68
commit 6e49729bf9
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@ pyenv activate packaging_env
git clone -b error_add --depth=1 https://github.com/citusdata/tools.git tools
python3 -m pip install -r tools/packaging_automation/requirements.txt
# if os is centos 8 then install attrs package with pip
if [[ "${package_type}" == "rpm" ]]; then
python3 -m pip install attrs
fi
python3 -m tools.packaging_automation.validate_build_output --output_file output.log \
--ignore_file .github/packaging/packaging_ignore.yml \
--package_type ${package_type}