Skip to content

Commit

Permalink
[FLINK-19483][python][e2e] Update PyFlink end-to-end tests to remove …
Browse files Browse the repository at this point in the history
…the unnecessary installation of zip (apache#13702)
  • Loading branch information
HuangXingBo committed Oct 21, 2020
1 parent 9423cf1 commit 2a9af7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flink-end-to-end-tests/test-scripts/test_pyflink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ pip install dist/*

cd dev

conda install -y -q zip=3.0

rm -rf .conda/pkgs

zip -q -r "${TEST_DATA_DIR}/venv.zip" .conda
Expand Down

0 comments on commit 2a9af7f

Please sign in to comment.