From 815baabf266c40bd9f22ee5bec65b0927311517f Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 26 May 2026 08:16:49 +0200 Subject: [PATCH] remove --onnxruntime from install.py --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 829cc9be..59b7e188 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' - - run: python install.py --onnxruntime default --skip-conda + - run: python install.py default --skip-conda - run: pip install pytest - run: pytest report: @@ -48,7 +48,7 @@ jobs: uses: actions/setup-python@v5 with: 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 pytest - run: pip install pytest-cov