Skip to content

Commit

Permalink
PYTHONPATH
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Dec 3, 2024
1 parent 135ae08 commit eef1cfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/modules-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install Avocado to allow for lint check on Python code under tests directory
run: pip3 install 'avocado-framework<104.0'

- name: Include autils directory from source tree into Python's PATH
run: pip3 install .

- name: run static checks
uses: avocado-framework/avocado-ci-tools@main
with:
Expand Down

0 comments on commit eef1cfc

Please sign in to comment.