Skip to content

Commit

Permalink
test_modeling without nncf
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Sep 25, 2024
1 parent cf594aa commit a1ca2bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ jobs:
- name: Test with Pytest
env:
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
run: |
pytest tests/openvino/ --ignore tests/openvino/test_modeling_basic.py --durations=0
- name: Test basic
run: |
pip uninstall -y nncf
pytest tests/openvino/test_modeling_basic.py
pytest tests/openvino/test_modeling.py
- name: Test openvino-nightly
run: |
pip install -U --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
Expand Down

0 comments on commit a1ca2bc

Please sign in to comment.