add CI for pip check inside venv

This commit is contained in:
Ankit Kumar Pandey
2023-04-22 18:01:44 +05:30
committed by Jeong YunWon
parent 1fa69ebcc9
commit ba6757ad11

View File

@@ -308,6 +308,11 @@ jobs:
run: |
target/release/rustpython -m ensurepip
target/release/rustpython -c "import pip"
- if: runner.os != 'Windows'
name: Check if pip inside venv is functional
run: |
target/release/rustpython -m venv testvenv
testvenv/bin/rustpython -m pip install wheel
- name: Check whats_left is not broken
run: python -I whats_left.py