Demo doesn't run with managed python installs #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The demo and its smoke test fail when the python3 on PATH has no PyYAML; demo/README.md says only pip install pyyaml, which fails on externally managed Pythons. Fix: install setgrep's pinned dependencies in a venv.
fixed by
f6580d8.