Skip to content

Commit

Permalink
Install qumada before analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
grothe6 committed Aug 14, 2023
1 parent 36de6f9 commit 6d01df6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Install package
run: python -m pip install -e .
- name: Analysing the code with pylint
run: |
pylint src
Expand All @@ -48,6 +50,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install mypy
- name: Install package
run: python -m pip install -e .
- name: Analysing the code with mypy
run: |
mypy src

0 comments on commit 6d01df6

Please sign in to comment.