Skip to content

Commit

Permalink
NF: add pytest call and other minor changes to CI workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKadelka committed Apr 23, 2024
1 parent 34aa24c commit ed878a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
git config --global user.name "Weather Exporter"
- name: Install dependencies
run: |
pip install . flake8 pyre-check
pip install -e ".[tests]"
- name: flake8 linting
run: |
flake8
- name: pyre type checking
run: |
pyre
pyre --noninteractive check
- name: execute tests
run: |
pytest

0 comments on commit ed878a0

Please sign in to comment.