AlenkaF commented on code in PR #12930: URL: https://github.com/apache/arrow/pull/12930#discussion_r853757108
########## ci/docker/python-wheel-windows-vs2017.dockerfile: ########## @@ -83,7 +83,7 @@ RUN choco install -r -y --no-progress python --version=%PYTHON_VERSION% RUN python -m pip install -U pip setuptools COPY python/requirements-wheel-build.txt arrow/python/ -RUN python -m pip install -r arrow/python/requirements-wheel-build.txt +RUN python -m pip install tzdata -r arrow/python/requirements-wheel-build.txt Review Comment: Great, thanks for the pointers! I wasn't sure where to put it =) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
