upload asset endpoint

This commit is contained in:
harisreedhar
2026-01-17 11:51:58 +05:30
committed by henryruhs
parent d58b51ed14
commit 936d3957ec
+2
View File
@@ -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: