Debug CI - install dependencies first, then package, and test import
Some checks failed
CI / test (push) Failing after 8s
Some checks failed
CI / test (push) Failing after 8s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user