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 3, 2023
1 parent 5c4a0b0 commit 2aaabbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_openvino_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: 'huggingface/optimum-intel'
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: lscpu
Expand All @@ -48,7 +48,8 @@ jobs:
run: |
pip install -r ../src/bindings/python/src/compatibility/openvino/requirements-dev.txt
pip install -r ../src/bindings/python/wheel/requirements-dev.txt
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_INTEL_GPU=OFF -DENABLE_INTEL_GNA=OFF -DENABLE_OPENCV=OFF -DENABLE_OV_ONNX_FRONTEND=ON -DENABLE_DOCS=OFF -DENABLE_SAMPLES=OFF -DENABLE_PYTHON=ON -DENABLE_WHEEL=ON -DENABLE_OV_TF_FRONTEND=OFF -DENABLE_OV_TF_LITE_FRONTEND=OFF -DENABLE_OV_PADDLE_FRONTEND=OFF -DENABLE_OV_PYTORCH_FRONTEND=OFF -DENABLE_FASTER_BUILD=ON .. && make --jobs=$(nproc --all)
sudo apt-get install intel-opencl-icd
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_INTEL_GPU=ON -DENABLE_INTEL_GNA=OFF -DENABLE_OPENCV=OFF -DENABLE_OV_ONNX_FRONTEND=ON -DENABLE_DOCS=OFF -DENABLE_SAMPLES=OFF -DENABLE_PYTHON=ON -DENABLE_WHEEL=ON -DENABLE_OV_TF_FRONTEND=OFF -DENABLE_OV_TF_LITE_FRONTEND=OFF -DENABLE_OV_PADDLE_FRONTEND=OFF -DENABLE_OV_PYTORCH_FRONTEND=OFF -DENABLE_FASTER_BUILD=ON .. && make --jobs=$(nproc --all)
working-directory: ./openvino/build
- name: Install OpenVINO wheels
run: |
Expand Down

0 comments on commit 2aaabbe

Please sign in to comment.