Skip to content

Commit

Permalink
add onnx dependency to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGrin committed Feb 6, 2025
1 parent 591a73b commit dd10623
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ jobs:
- name: Install dependencies
run: |
uv pip install --system --no-deps .
uv pip install --system pytest
# onnx is required for onnx export tests
# we don't install all dev dependencies here for speed
uv pip install --system -r requirements.txt
uv pip install --system pytest onnx
- name: Initialize submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit dd10623

Please sign in to comment.