From 47645dc8b2939f35bd37cd81065d6cc73c823fdc Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Thu, 25 Dec 2025 19:07:27 +0900 Subject: [PATCH] enable test_venv on windows --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0947af853b..832bd1401e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,6 @@ env: test_rlcompleter test_pathlib test_posixpath - test_venv # PLATFORM_INDEPENDENT_TESTS are tests that do not depend on the underlying OS. They are currently # only run on Linux to speed up the CI. PLATFORM_INDEPENDENT_TESTS: >-