Skip to content

Commit 5cf6d4e

Browse files
fix some more
1 parent 2181891 commit 5cf6d4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/static_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install mypy
38+
pip install -r css-reports/requirements.txt
39+
mypy --install-types
3840
3941
- name: Analysing the code with mypy
4042
run: mypy .

0 commit comments

Comments
 (0)