Skip to content

Commit c6d42f1

Browse files
authored
Update run_rc_validation_python_yaml.yml (#34675)
1 parent 8b354f3 commit c6d42f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_rc_validation_python_yaml.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
PYTHON_VERSION: '3.12' # Or adjust if needed
7676
BEAM_PYTHON_SDK_TAR_GZ: apache_beam-${{ github.event.inputs.RELEASE_VER }}.tar.gz
7777
BEAM_SOURCE_ZIP: apache-beam-${{ github.event.inputs.RELEASE_VER }}-source-release.zip
78-
APACHE_DIST_URL_BASE: https://dist.apache.org/repos/dist/dev/beam/${{ github.event.inputs.RELEASE_VER }}/python
78+
APACHE_DIST_URL_BASE: https://dist.apache.org/repos/dist/dev/beam/${{ github.event.inputs.RELEASE_VER }}
7979
YAML_PIPELINE_FILE: t1_2.yaml
8080
SUBMISSION_TIMEOUT_SECONDS: 120 # Timeout for the python submission script itself
8181

0 commit comments

Comments
 (0)