Debug CI - install dependencies first, then package, and test import
Some checks failed
CI / test (push) Failing after 8s

This commit is contained in:
2026-03-22 11:37:55 +00:00
parent a332e715b2
commit 1c713cedea

View File

@@ -20,15 +20,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest pytest-asyncio
- name: Debug - list files
run: |
ls -la
ls -la snip/
ls -la tests/
pip install -r requirements.txt
pip install -e .
- name: Run tests
run: |
python -c "import snip; print('Import successful:', snip)"
pytest tests/ -v --tb=short