From 9490603e204a074abf23141a1ab27af0308cf68a Mon Sep 17 00:00:00 2001 From: "Jeong, Yunwon" Date: Mon, 25 Jul 2022 05:59:41 +0900 Subject: [PATCH] enable --install-pip test again --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ecc1f60105e..29a3b80bd47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -242,8 +242,7 @@ jobs: test_pathlib test_shutil test_venv - - # if: runner.os == 'Linux' - if: false # FIXME: pip is vendoring dependencies that we are incompatible with + - if: runner.os != 'Windows' name: check that --install-pip succeeds run: | mkdir site-packages