Skip to content

Commit

Permalink
check dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Dec 3, 2024
1 parent 529457e commit 5aedbd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/job_python_api_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
if: runner.os == 'macOS'
run: brew install pigz

- name: check install dir
run: ls -laR ${{ env.INSTALL_DIR }}

- name: check install dir
run: ls -laR ${{ env.INSTALL_TEST_DIR }}

- name: Extract OpenVINO packages
run: pigz -dc openvino_tests.tar.gz | tar -xf - -C ${INSTALL_DIR}
working-directory: ${{ env.INSTALL_TEST_DIR }}
Expand Down

0 comments on commit 5aedbd7

Please sign in to comment.