Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 11, 2024
1 parent 7b3d964 commit 47f4b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/integration_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gold_dir=$arrow_dir/testing/data/arrow-ipc-stream/integration

github_actions_group_begin "Integration: Prepare: Archery"
pip install -e $arrow_dir/dev/archery[integration]
github_actions_group_ehd
github_actions_group_end

github_actions_group_begin "Integration: Prepare: Dependencies"
# For C Data Interface testing
Expand All @@ -44,7 +44,7 @@ fi
if [ "${ARROW_INTEGRATION_JAVA}" == "ON" ]; then
pip install jpype1
fi
github_actions_group_ehd
github_actions_group_end

export ARROW_BUILD_ROOT=${build_dir}

Expand Down

0 comments on commit 47f4b31

Please sign in to comment.