We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaf164 commit de9c647Copy full SHA for de9c647
dev/lint-python.sh
@@ -580,6 +580,8 @@ function tox_check() {
580
# dummy jar needed by setup.py
581
mkdir -p $PAIMON_PYTHON_DIR/deps/jars
582
touch $PAIMON_PYTHON_DIR/deps/jars/dummy.jar
583
+ mkdir -p $PAIMON_PYTHON_DIR/deps/hadoop
584
+ touch $PAIMON_PYTHON_DIR/deps/hadoop/dummy.jar
585
586
if [[ -n "$GITHUB_ACTION" ]]; then
587
# Run tests in all versions triggered by a Git push (tests aren't so many currently)
0 commit comments