Skip to content

Commit

Permalink
Add validation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 3, 2024
1 parent 4b8cab0 commit 040774b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/scripts/python_wheel_windows_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ set PYTHON_CMD=py -%PYTHON%
%PYTHON_CMD% -c "import pyarrow.parquet" || exit /B 1
%PYTHON_CMD% -c "import pyarrow.substrait" || exit /B 1

@REM Validate wheel contents
%PYTHON_CMD% C:\arrow\ci\scripts\validate_wheels_content.py --wheel C:\arrow\python\dist\*.whl || exit /B 1

@rem Download IANA Timezone Database for ORC C++
curl https://cygwin.osuosl.org/noarch/release/tzdata/tzdata-2024a-1.tar.xz --output tzdata.tar.xz || exit /B
mkdir %USERPROFILE%\Downloads\test\tzdata
Expand Down

0 comments on commit 040774b

Please sign in to comment.