mirror of
https://github.com/facefusion/facefusion.git
synced 2026-04-22 09:26:02 +02:00
upload asset endpoint
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
||||
- run: python install.py --onnxruntime default --skip-conda
|
||||
- run: pip install pytest
|
||||
- run: pip install httpx
|
||||
- run: pip install python-multipart
|
||||
- run: pytest
|
||||
report:
|
||||
needs: test
|
||||
@@ -54,6 +55,7 @@ jobs:
|
||||
- run: pip install pytest
|
||||
- run: pip install pytest-cov
|
||||
- run: pip install httpx
|
||||
- run: pip install python-multipart
|
||||
- run: pytest tests --cov facefusion
|
||||
- run: coveralls --service github
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user