Skip to content

Commit

Permalink
different root list
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jul 16, 2024
1 parent ed8271c commit c7c8eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pip install scxml_converter/.[dev]
- uses: ricardochaves/[email protected]
with:
python-root-list: ${{ matrix.package }}
python-root-list: ${{ matrix.package }}/src/${{ matrix.package }}
use-pylint: ${{ matrix.linter == 'pylint' }}
use-pycodestyle: ${{ matrix.linter == 'pycodestyle' }}
use-flake8: ${{ matrix.linter == 'flake8' }}
Expand Down

0 comments on commit c7c8eea

Please sign in to comment.