Skip to content

Commit 9ab4009

Browse files
committed
Run --install-pip on CI
1 parent 867a437 commit 9ab4009

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ jobs:
105105
test_exception_hierarchy test_glob test_iter test_list test_os test_pathlib
106106
test_py_compile test_set test_shutil test_sys test_unicode test_unittest test_venv
107107
test_zipimport test_importlib test_io
108+
- if: runner.os == 'Linux'
109+
name: check that --install-pip succeeds
110+
run: |
111+
mkdir site-packages
112+
target/release/rustpython --install-pip -t site-packages
108113
109114
lint:
110115
name: Check Rust code with rustfmt and clippy

0 commit comments

Comments
 (0)