Copilot commented on code in PR #50315: URL: https://github.com/apache/arrow/pull/50315#discussion_r3505891365
########## ci/docker/python-free-threaded-wheel-windows-test-vs2022.dockerfile: ########## @@ -42,12 +42,7 @@ SHELL ["cmd", "/S", "/C"] RUN %PYTHON_CMD% -m pip install -U pip setuptools COPY python/requirements-wheel-test.txt C:/arrow/python/ -# Cython and Pandas wheels for free-threaded are not released yet -RUN %PYTHON_CMD% -m pip install \ - --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \ - --pre \ - --prefer-binary \ - -r C:/arrow/python/requirements-wheel-test.txt +RUN %PYTHON_CMD% -m pip install -r C:/arrow/python/requirements-wheel-test.txt Review Comment: PR description says "Stop using scientific-python-nightly-wheels channel", but this change only removes it from the Windows free-threaded wheel test image. The channel is still referenced elsewhere (e.g. Linux free-threaded dockerfiles and helper scripts), so either clarify the PR description/scope or expand the change set if the intent is repo-wide removal. -- 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]
