mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-01 09:33:14 +00:00
fix packaging and imports and introduce tests with pytest.
still issues with celery worker.
This commit is contained in:
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@@ -24,5 +24,4 @@ jobs:
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
cd application
|
||||
pytest
|
||||
python -m pytest
|
||||
|
||||
Reference in New Issue
Block a user