mirror of https://github.com/citusdata/citus.git
Adds attr module
parent
509e903038
commit
ff00d5db07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue