diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1f9d86..7c8a6565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: