Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cernyd authored Dec 17, 2023
1 parent 76c33f3 commit 27bab72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
- name: Install dependencies
run: |
poetry install --no-interaction --with dev
source .venv/bin/activate
- name: Lint with flake8
run: |
source .venv/bin/activate
flake8 .
- name: Lint with mypy
run: |
source .venv/bin/activate
mypy .
build-and-test:
Expand All @@ -62,7 +63,7 @@ jobs:
- name: Install dependencies
run: |
poetry install --no-interaction --with dev
source .venv/bin/activate
- name: Test with pytest
run: |
source .venv/bin/activate
pytest

0 comments on commit 27bab72

Please sign in to comment.