upload asset endpoint

This commit is contained in:
harisreedhar
2026-05-11 16:34:28 +02:00
committed by henryruhs
parent ec3e6d777d
commit 02e8a13adb
+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: