Skip to content

Commit

Permalink
Change commands to use directly poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlota de la Vega committed Jun 1, 2024
1 parent f5dd19f commit 54649b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
- name: Lint with pylint
run: |
pip install pylint
pylint --rcfile=.pylintrc src
poetry run pylint --rcfile=.pylintrc src
- name: Test with pytest
run: |
pip install pytest
pytest -s
poetry run pytest -s

0 comments on commit 54649b8

Please sign in to comment.