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 7, 2024
1 parent 341c7b1 commit a6fc3a3
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 ${{ needs.call_get_app_metadata.outputs.pytest_directory}}/setup_script.sh ]] && ./${{ needs.call_get_app_metadata.outputs.pytest_directory }}/setup_script.sh
- name: Run test
env:
Expand Down

0 comments on commit a6fc3a3

Please sign in to comment.