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