Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2024
1 parent a753b3b commit bc9ff56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/download_tz_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ curl https://data.iana.org/time-zones/releases/tzdata2024b.tar.gz --output ~/Dow
mkdir -p ~/Downloads/tzdata
ls -lah ~/Downloads/tzdata
tar --extract --file ~/Downloads/tzdata2024b.tar.gz --directory ~/Downloads/tzdata --verbose
grep -r Mexico ~/Downloads/tzdata

# Download Windows timezone mapping
curl https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml --output ~/Downloads/tzdata/windowsZones.xml
1 change: 1 addition & 0 deletions dev/release/verify-release-candidate-wheels.bat
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +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
pytest %CONDA_ENV_PATH%\Lib\site-packages\pyarrow --pdb -v || EXIT /B 1

:done
Expand Down

0 comments on commit bc9ff56

Please sign in to comment.