add root of tools to python path

fix/packing-ci
Nils Dijk 2023-11-10 13:45:35 +00:00
parent 54c1ba422f
commit f5e37bf668
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ if [[ ${package_type} == "rpm" && $(get_rpm_os_version) == 7* ]]; then
python3 -m pip install 'urllib3<2' python3 -m pip install 'urllib3<2'
fi fi
export PYTHONPATH=/
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 \
--package_type ${package_type} --package_type ${package_type}