mirror of https://github.com/citusdata/citus.git
Tests latest requirement file
parent
e937935935
commit
2e8f5b28c1
|
@ -1,5 +1,5 @@
|
||||||
package_type=${1}
|
package_type=${1}
|
||||||
git clone -b v0.8.23 --depth=1 https://github.com/citusdata/tools.git tools
|
git clone -b requirement_latest --depth=1 https://github.com/citusdata/tools.git tools
|
||||||
python3 -m pip install -r tools/packaging_automation/requirements.txt
|
python3 -m pip install -r tools/packaging_automation/requirements.txt
|
||||||
python3 -m tools.packaging_automation.validate_build_output --output_file output.log \
|
python3 -m tools.packaging_automation.validate_build_output --output_file output.log \
|
||||||
--ignore_file .github/packaging/packaging_ignore.yml \
|
--ignore_file .github/packaging/packaging_ignore.yml \
|
||||||
|
|
Loading…
Reference in New Issue