Skip to content

Commit

Permalink
install test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Dec 4, 2024
1 parent 3fa2abe commit 0fb1dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
working-directory: ${{ env.INSTALL_DIR }}

- name: Install Samples Requirements
run: python -m pip install -r ./samples/requirements.txt
run: python -m pip install -r ./samples/requirements.txt -r ./tests/python_tests/requirements.txt
working-directory: ${{ env.SRC_DIR }}

- name: Test Python Samples
Expand Down

0 comments on commit 0fb1dc2

Please sign in to comment.