mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Merge pull request #3795 from youknowone/install-pip
turn on --installp-pip test
This commit is contained in:
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user