upload asset endpoint

This commit is contained in:
harisreedhar
2026-03-17 14:01:49 +01:00
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: