Skip to content

Commit 64293ef

Browse files
author
yuzelin
committed
T
1 parent 6789eb4 commit 64293ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
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
50-
if [ ! -f ${{ github.workspace }}/temp/bundled-hadoop.jar ]; then
51-
echo "JAR download failed."
52-
exit 1
53-
fi
5450
- name: Run lint-python.sh
5551
env:
5652
_PYPAIMON_HADOOP_CLASSPATH: ${{ github.workspace }}/temp/bundled-hadoop.jar

0 commit comments

Comments
 (0)