Skip to content

Commit

Permalink
GH-43905: [CI][Python] Add required PARQUET_TEST_DATA env to python_t…
Browse files Browse the repository at this point in the history
…est_emscripten.sh
  • Loading branch information
raulcd committed Sep 2, 2024
1 parent 2ffb186 commit 3091b51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ci/scripts/python_test_emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@

set -ex

build_dir=${1}/python
pyodide_dist_dir=${2}
arrow_dir=${1}
build_dir=${2}/python
pyodide_dist_dir=${3}

export PARQUET_TEST_DATA=${arrow_dir}/cpp/submodules/parquet-testing/data

cd ${build_dir}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ services:
command: ["
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/python_build_emscripten.sh /arrow /build &&
/arrow/ci/scripts/python_test_emscripten.sh /build /pyodide"]
/arrow/ci/scripts/python_test_emscripten.sh /arrow /build /pyodide"]

ubuntu-cuda-python:
# Usage:
Expand Down

0 comments on commit 3091b51

Please sign in to comment.