Skip to content

Commit

Permalink
Add support for Linux packages install in ragger reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger authored and sgliner-ledger committed Mar 6, 2024
1 parent 341c7b1 commit 7a1df05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_ragger_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y qemu-user-static tesseract-ocr libtesseract-dev
pip install -U pip setuptools
pip install -r "${{ needs.call_get_app_metadata.outputs.pytest_directory }}/requirements.txt"
[[ -f ${{ inputs.test_dir }}/setup_script.sh ]] && ./${{ inputs.test_dir }}/setup_script.sh
- name: Run test
env:
Expand Down

0 comments on commit 7a1df05

Please sign in to comment.