Add CI check for ensurepip.

This commit is contained in:
DimitrisJim
2023-03-01 00:03:53 +02:00
parent 733813700e
commit 6ccb9814f8

View File

@@ -295,6 +295,11 @@ jobs:
run: |
mkdir site-packages
target/release/rustpython --install-pip ensurepip --user
- if: runner.os != 'Windows'
name: Check that ensurepip succeeds.
run: |
target/release/rustpython -m ensurepip
target/release/rustpython -c "import pip"
- name: Check whats_left is not broken
run: python -I whats_left.py