Skip to content

Commit

Permalink
Update nightly-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inisis authored Nov 2, 2024
1 parent 5606719 commit 7fac9c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
with:
python-version: "3.10"

- name: install dependency
run: |
pip install .
pip install pytest onnxruntime
- name: benchmark test
run: |
python tests/test_benchmark.py
- name: model test
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit 7fac9c0

Please sign in to comment.