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 f3ec72f commit e3ac199Copy full SHA for e3ac199
dev/lint-python.sh
@@ -579,6 +579,7 @@ function tox_check() {
579
580
# dummy directory needed bt setup.py
581
mkdir -p $PAIMON_PYTHON_DIR/deps/jars
582
+ touch $PAIMON_PYTHON_DIR/deps/jars/dummy.jar
583
584
if [[ -n "$GITHUB_ACTION" ]]; then
585
# Run tests in all versions triggered by a Git push (tests aren't so many currently)
0 commit comments