File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ jobs:
505
505
run : |
506
506
pip install clickhouse-driver==0.2.8 numpy==1.26.4 pandas==2.2.0
507
507
508
+ set +e
508
509
REPORT_LINK=$(python3 .github/create_combined_ci_report.py --pr-number $PR_NUMBER --commit-sha $COMMIT_SHA --actions-run-url $ACTIONS_RUN_URL --known-fails tests/broken_tests.json)
509
510
510
511
IS_VALID_URL=$(echo $REPORT_LINK | grep -E '^https?://')
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ def main():
250
250
build_name ,
251
251
)
252
252
)
253
- src_path = temp_path / "build_source.src.tar.gz"
253
+ src_path = Path ( TEMP_PATH ) / "build_source.src.tar.gz"
254
254
s3_path = s3_path_prefix + "/clickhouse-" + version .string + ".src.tar.gz"
255
255
logging .info ("s3_path %s" , s3_path )
256
256
if src_path .exists ():
You can’t perform that action at this time.
0 commit comments