mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-23 05:55:54 +00:00
docs: lead with Karpathy problem → graphify answer framing
fix: add pytest to CI install step docs: reframe README as Claude Code skill, fix worked/ description fix: use graphifyy on PyPI until graphify name is reclaimed fix: pyproject.toml structure, URLs, description; README clarifications feat: keywords, CHANGELOG, requires note, CI end-to-end install check
This commit is contained in:
@@ -24,7 +24,13 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e ".[mcp,pdf,watch]"
|
||||
pip install pytest
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest tests/ -q --tb=short
|
||||
python -m pytest tests/ -q --tb=short
|
||||
|
||||
- name: Verify install works end-to-end
|
||||
run: |
|
||||
graphify --help
|
||||
graphify install
|
||||
|
||||
Reference in New Issue
Block a user