mirror of
https://github.com/facefusion/facefusion.git
synced 2026-09-04 06:50:42 +02:00
remove --onnxruntime from install.py
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- run: python install.py --onnxruntime default --skip-conda
|
- run: python install.py default --skip-conda
|
||||||
- run: pip install pytest
|
- run: pip install pytest
|
||||||
- run: pip install pytest-mock
|
- run: pip install pytest-mock
|
||||||
- run: pip install httpx
|
- run: pip install httpx
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- run: python install.py --onnxruntime default --skip-conda
|
- run: python install.py default --skip-conda
|
||||||
- run: pip install coveralls
|
- run: pip install coveralls
|
||||||
- run: pip install pytest
|
- run: pip install pytest
|
||||||
- run: pip install pytest-cov
|
- run: pip install pytest-cov
|
||||||
|
|||||||
Reference in New Issue
Block a user