remove --onnxruntime from install.py

This commit is contained in:
henryruhs
2026-05-26 08:16:49 +02:00
parent e2bac200d6
commit 6eaabe123e
+2 -2
View File
@@ -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