Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tevans1260 authored Dec 12, 2024
1 parent 3169cc4 commit 3b61dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/build/lib
for x in test/model/*.opt ; do
name=$(basename $x)
pytest -q test/python/test_model.py --model $x --junit-xml=${name}-${{matrix.simd}}-${{matrix.enable_fitting}}-${{runner.os}}.xml
pytest -sq test/python/test_model.py --model $x --junit-xml=${name}-${{matrix.simd}}-${{matrix.enable_fitting}}-${{runner.os}}.xml
done
- name: upload model test results
if: always()
Expand Down

0 comments on commit 3b61dbc

Please sign in to comment.