Skip to content

Commit

Permalink
use poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed May 23, 2024
1 parent cf4ab47 commit 8fe325f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
poetry install --all-extras -vv
- name: Analysing the code with pylint
run: |
pylint --errors-only $(git ls-files '*.py')
poetry run pylint --errors-only $(git ls-files '*.py')
- name: Testing the code with pytest
run: |
py.test tests/
poetry run py.test tests/

0 comments on commit 8fe325f

Please sign in to comment.