Skip to content

Commit

Permalink
Fix missing line break
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Dec 2, 2024
1 parent d700e5b commit 51e3b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
source env/activate
export LD_LIBRARY_PATH="/opt/ttmlir-toolchain/lib/:${{ steps.strings.outputs.install-output-dir }}/lib:${{ steps.strings.outputs.build-output-dir }}/lib:./lib/:${LD_LIBRARY_PATH}"
pytest -v tests/onnx
pytest -v tests/onnx \
--junit-xml=${{ steps.strings.outputs.test_report_path_onnx }}
- name: Upload Test Report Onnx
Expand Down

0 comments on commit 51e3b6b

Please sign in to comment.