Skip to content

Commit 9490603

Browse files
committed
enable --install-pip test again
1 parent 26705db commit 9490603

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ jobs:
242242
test_pathlib
243243
test_shutil
244244
test_venv
245-
- # if: runner.os == 'Linux'
246-
if: false # FIXME: pip is vendoring dependencies that we are incompatible with
245+
- if: runner.os != 'Windows'
247246
name: check that --install-pip succeeds
248247
run: |
249248
mkdir site-packages

0 commit comments

Comments
 (0)