We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867a437 commit 9ab4009Copy full SHA for 9ab4009
.github/workflows/ci.yaml
@@ -105,6 +105,11 @@ jobs:
105
test_exception_hierarchy test_glob test_iter test_list test_os test_pathlib
106
test_py_compile test_set test_shutil test_sys test_unicode test_unittest test_venv
107
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
113
114
lint:
115
name: Check Rust code with rustfmt and clippy
0 commit comments