Skip to content

Commit 0a70f2d

Browse files
author
yuzelin
committed
T
1 parent 6ba86b5 commit 0a70f2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
- name: Set up hadoop dependency
4747
run:
4848
mkdir -p ${{ github.workspace }}/temp
49-
curl -L -o ${{ github.workspace }}/temp/bundled-hadoop.jar \
50-
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
49+
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
5150
if [ ! -f ${{ github.workspace }}/temp/bundled-hadoop.jar ]; then
5251
echo "JAR download failed."
5352
exit 1

0 commit comments

Comments
 (0)