Skip to content

Commit daaecb3

Browse files
author
yuzelin
committed
T
1 parent 64293ef commit daaecb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/paimon-python-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
java-version: ${{ env.JDK_VERSION }}
4545
distribution: 'adopt'
4646
- name: Set up hadoop dependency
47-
run:
47+
run: |
4848
mkdir -p ${{ github.workspace }}/temp
4949
curl -L -o ${{ github.workspace }}/temp/bundled-hadoop.jar https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
5050
- name: Run lint-python.sh

0 commit comments

Comments
 (0)