Skip to content

Commit fb256c0

Browse files
committed
Remove now misleading comment and update windows-wheel build image revision tag
1 parent a02798b commit fb256c0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ VCPKG="9b965a116838c6cdcd36bca60d1b81b030c8ab8d" # 2026.05.27 (not release, u
9898
# ci/docker/python-*-windows-*.dockerfile or the vcpkg config.
9999
# This is a workaround for our CI problem that "archery docker build" doesn't
100100
# use pulled built images in dev/tasks/python-wheels/github.windows.yml.
101-
PYTHON_WHEEL_WINDOWS_IMAGE_REVISION=2026-05-27
102-
PYTHON_WHEEL_WINDOWS_TEST_IMAGE_REVISION=2026-05-27
101+
PYTHON_WHEEL_WINDOWS_IMAGE_REVISION=2026-06-03
102+
PYTHON_WHEEL_WINDOWS_TEST_IMAGE_REVISION=2026-06-03

ci/scripts/python_wheel_unix_test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ fi
102102

103103
if [ "${CHECK_UNITTESTS}" == "ON" ]; then
104104
# Install testing dependencies
105-
echo "Regular Python build detected"
106105
python -m pip install -U -r "${source_dir}/python/requirements-wheel-test.txt"
107106

108107
# Execute unittest, test dependencies must be installed

0 commit comments

Comments
 (0)