mirror of
https://github.com/facefusion/facefusion.git
synced 2026-04-29 21:07:50 +02:00
Migrate to conda (#461)
* Migrate from venv to conda * Migrate from venv to conda
This commit is contained in:
@@ -30,6 +30,6 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- run: python install.py --onnxruntime default --skip-venv
|
||||
- run: python install.py --onnxruntime default --skip-conda
|
||||
- run: pip install pytest
|
||||
- run: pytest
|
||||
|
||||
Reference in New Issue
Block a user