Skip to content
Snippets Groups Projects
Commit e8f64144 authored by nimrod's avatar nimrod
Browse files

CI: Add editable installation test.

parent b269ab2e
No related branches found
No related tags found
No related merge requests found
Pipeline #2824 failed
......@@ -12,3 +12,12 @@ test:
- twine check dist/*.whl
- python3 -m pip install dist/*.whl
- sampleproject
test editable package:
image: registry.shore.co.il/ci-images:python3
script:
- cd "$(mktemp -d)"
- python3 -m venv .
- . ./bin/activate
- pip install -e "$CI_PROJECT_DIR"
- sampleproject
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment