Skip to content

Commit

Permalink
fixed samples job
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 15, 2024
1 parent 17e198c commit 09f7324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_samples_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: runner.os == 'macOS'
run: brew install coreutils pigz

- name: Extract OpenVINO packages, wheels and tests
- name: Extract OpenVINO packages and tests
run: |
pigz -dc openvino_package.tar.gz | tar -xf - -C ${INSTALL_DIR}
pigz -dc openvino_tests.tar.gz | tar -xf - -C ${INSTALL_DIR}
Expand Down

0 comments on commit 09f7324

Please sign in to comment.