Skip to content

Commit

Permalink
fix(ci): delete unused python install before embedded UDF tests (#19386
Browse files Browse the repository at this point in the history
…) (#19389)

Signed-off-by: Richard Chien <[email protected]>
Co-authored-by: Richard Chien <[email protected]>
  • Loading branch information
github-actions[bot] and stdrc authored Nov 14, 2024
1 parent bfbdc14 commit 625015f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/scripts/run-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ sqllogictest -p 4566 -d dev './e2e_test/udf/external_udf.slt'
pkill java

echo "--- e2e, $mode, embedded udf"
python3 -m pip install --break-system-packages flask waitress
sqllogictest -p 4566 -d dev './e2e_test/udf/wasm_udf.slt'
sqllogictest -p 4566 -d dev './e2e_test/udf/rust_udf.slt'
sqllogictest -p 4566 -d dev './e2e_test/udf/js_udf.slt'
Expand Down

0 comments on commit 625015f

Please sign in to comment.