Skip to content

Commit 8ae1c70

Browse files
authored
Merge pull request RustPython#3795 from youknowone/install-pip
turn on --installp-pip test
2 parents 26705db + 9490603 commit 8ae1c70

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)