Skip to content

Commit

Permalink
* no need for onnx in the text
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Jun 17, 2024
1 parent b44432f commit 2c5dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=.

0 comments on commit 2c5dec8

Please sign in to comment.