Skip to content

Commit

Permalink
Use TZDIR from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 24, 2024
1 parent fe77f00 commit f7ee4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate-wheels.bat
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ python -c "import pyarrow.dataset" || EXIT /B 1
pip install -r arrow\python\requirements-test.txt || EXIT /B 1

set PYARROW_TEST_CYTHON=OFF
dir %USERPROFILE%\Downloads\tzdata
set TZDIR=%CONDA_ENV_PATH%\share\zoneinfo
pytest %CONDA_ENV_PATH%\Lib\site-packages\pyarrow --pdb -v || EXIT /B 1

:done
Expand Down

0 comments on commit f7ee4ca

Please sign in to comment.