Skip to content

Commit

Permalink
pip3 no longer in miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Feb 4, 2020
1 parent d6b6f87 commit 490ceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Expand Up @@ -503,7 +503,7 @@ test_integration() {
export ARROW_JAVA_INTEGRATION_JAR=$JAVA_DIR/tools/target/arrow-tools-$VERSION-jar-with-dependencies.jar
export ARROW_CPP_EXE_PATH=$CPP_BUILD_DIR/release

pip3 install -e dev/archery
pip install -e dev/archery

INTEGRATION_TEST_ARGS=""

Expand Down

0 comments on commit 490ceac

Please sign in to comment.