Skip to content

Commit

Permalink
Apply suggestions from code review
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 2, 2024
1 parent e2e6a18 commit 8d2329c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,19 @@ jobs:
# state, so we ignore these changes with `--allow-dirty` here.
run: scripts/verify-publish.sh --allow-dirty

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

steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build and Install ittapi
run: |
cd python
Expand Down

0 comments on commit 8d2329c

Please sign in to comment.