Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Oct 27, 2024
1 parent 997b969 commit bbd2000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Test with Pytest
run: |
pytest tests/neural_compressor/ -s -vvvv --durations=0
pytest tests/neural_compressor
2 changes: 1 addition & 1 deletion .github/workflows/test_ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Test with Pytest
run: |
pytest tests/ipex/ -s -vvvv --durations=0
pytest tests/ipex
4 changes: 2 additions & 2 deletions .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Test with Pytest
run: |
pytest tests/openvino/${{ matrix.test_pattern }}.py -s -vvvv --durations=0
pytest tests/openvino/${{ matrix.test_pattern }}.py
env:
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

Expand All @@ -67,4 +67,4 @@ jobs:
- name: Test with Pytest
if: ${{ matrix.test_pattern == 'test_modeling*' }}
run: |
pytest tests/openvino/modeling_basic.py -s -vvvv --durations=0
pytest tests/openvino/modeling_basic.py

0 comments on commit bbd2000

Please sign in to comment.