fix: rename directories to match CI expectations
- Renamed .cli_memory/ to cli_memory/ for proper module imports - Renamed .tests/ to tests/ for CI test discovery - CI was failing because pytest couldn't import modules from dot-directories
This commit is contained in:
@@ -62,4 +62,4 @@ jobs:
|
|||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
- name: Verify package
|
- name: Verify package
|
||||||
run: pip install dist/*.whl && python -m cli_memory.cli --help || echo "Package installed successfully"
|
run: pip install dist/*.whl && python -m cli_memory.cli --help || echo "Package installed successfully"
|
||||||
Reference in New Issue
Block a user