Adds attr module

pull/7054/head
gindibay 2023-07-12 19:15:51 +03:00
parent 509e903038
commit ff00d5db07
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ 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
python3 -m pip install attr
python3 -m tools.packaging_automation.validate_build_output --output_file output.log \
--ignore_file .github/packaging/packaging_ignore.yml \
--package_type ${package_type}
@ -20,4 +21,3 @@ pyenv deactivate
export HOME=${GITHUB_HOME}
# Print the output to the console
cat output.log