diff --git a/.github/workflows/test_openvino_build.yml b/.github/workflows/test_openvino_build.yml index ea0fb44..d6b29d2 100644 --- a/.github/workflows/test_openvino_build.yml +++ b/.github/workflows/test_openvino_build.yml @@ -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 @@ -85,4 +90,5 @@ jobs: if: success() || failure() run: | pytest tests/openvino/test_training_examples.py +