diff --git a/tests/ci/push_to_artifactory.py b/tests/ci/push_to_artifactory.py index 44f8ca43339..340097e76dc 100755 --- a/tests/ci/push_to_artifactory.py +++ b/tests/ci/push_to_artifactory.py @@ -304,6 +304,7 @@ def process_tgz(s3: S3, art_client: Artifactory): def main(): logging.basicConfig(level=logging.INFO, format="%(asctime)s %(message)s") args = parse_args() + os.makedirs(TEMP_PATH, exist_ok=True) s3 = S3( args.bucket_name, args.pull_request,