Skip to content

Commit

Permalink
Run lints and tests in a different manner
Browse files Browse the repository at this point in the history
Signed-off-by: DataOmbudsman <data.ombudsman@mailbox.org>
  • Loading branch information
DataOmbudsman committed Aug 27, 2024
1 parent 08bafec commit b63c26e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
python -m pip install --upgrade pip
curl -sSL https://install.python-poetry.org | python3 -
poetry install
source $(poetry env info --path)/bin/activate
- name: Lint
run: |
make lint
make isort-check
poetry run make lint
poetry run make isort-check
- name: Test with pytest
run: |
make test
make test-slow
poetry run make test
poetry run make test-slow

0 comments on commit b63c26e

Please sign in to comment.