Skip to content

Commit

Permalink
Merge pull request #35 from LedgerHQ/fbe/support_linux_packages_insta…
Browse files Browse the repository at this point in the history
…ll_in_ragger

Add support for Linux packages install in ragger reusable workflow
  • Loading branch information
sgliner-ledger authored Mar 7, 2024
2 parents 341c7b1 + a6fc3a3 commit 264afdf
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 264afdf

Please sign in to comment.