From 2c5dec848d5c3aeaeabc07b0cf27193a7c7040c0 Mon Sep 17 00:00:00 2001 From: Oleksandr Yaremchuk Date: Mon, 17 Jun 2024 11:34:19 +0200 Subject: [PATCH] * no need for onnx in the text --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6eef3dcf..1216150c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: - name: Install deps run: | python -m pip install --upgrade pip - python -m pip install ".[dev, onnxruntime]" + python -m pip install ".[dev]" - name: Test with pytest run: | python -m pytest --exitfirst --verbose --failed-first --cov=.