Migrate to conda (#461)

* Migrate from venv to conda

* Migrate from venv to conda
This commit is contained in:
Henry Ruhs
2024-03-28 19:37:19 +01:00
committed by GitHub
parent 02cca313aa
commit 6fd53b9229
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -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