Skip to content

Commit

Permalink
fix dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Dec 3, 2024
1 parent a94cdad commit 529457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_python_api_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

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

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

0 comments on commit 529457e

Please sign in to comment.