Skip to content

Commit

Permalink
Add CI check for ensurepip.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Feb 28, 2023
1 parent 7338137 commit 6ccb981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ccb981

Please sign in to comment.