Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Eugeny Parshutin <eugeny.parshutin@intel.com>
  • Loading branch information
saurabhkatiyar91 and eparshut authored Aug 5, 2024
1 parent adff2cc commit 9e66e41
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,25 +95,21 @@ jobs:

python_build:
name: Check Python bindings
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: windows-latest
runs-on: ${{ matrix.os }}

defaults:
run:
working-directory: python

steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build and Install ittapi
run: |
python3 -m pip install .
- name: Run unit-test
run: |
python3 -m unittest discover -s utest -t utest
- name: Build and install ittapi package
run: python -m pip install .
- name: Run unit tests
run: python -m unittest discover -s utest -t utest

0 comments on commit 9e66e41

Please sign in to comment.