Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Sep 9, 2024
1 parent 4d3b355 commit d524ab3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
pip install pre-commit
- name: Check if pre-commit hooks were used.
run: pre-commit run --all-files

- name: Install all dependencies (for PyLint)
run: |
pip install poetry
poetry install
- name: Run pylint
run: poetry run pylint sarc

Expand Down

0 comments on commit d524ab3

Please sign in to comment.