Skip to content

Commit

Permalink
Update test_openvino_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel authored Aug 2, 2023
1 parent 5d34d96 commit 5c4a0b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_openvino_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
run: |
pip install openvino*whl
working-directory: ./openvino/build/wheels
- name: Create wheel artifacts
uses: actions/upload-artifact@v2
with:
name: wheels
path: ./openvino/build/wheels/*
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -85,4 +90,5 @@ jobs:
if: success() || failure()
run: |
pytest tests/openvino/test_training_examples.py

0 comments on commit 5c4a0b0

Please sign in to comment.