Spaces:
Configuration error
Configuration error
Danila-Pechenev
commited on
Commit
•
b3942e7
1
Parent(s):
2928070
Fix `ci.yml`
Browse files- .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml
CHANGED
@@ -27,6 +27,7 @@ jobs:
|
|
27 |
run: |
|
28 |
pip install mypy
|
29 |
pip install -r app/requirements.txt
|
|
|
30 |
- name: Run mypy
|
31 |
run: mypy .
|
32 |
test:
|
|
|
27 |
run: |
|
28 |
pip install mypy
|
29 |
pip install -r app/requirements.txt
|
30 |
+
python3 -m pip install types-Pillow
|
31 |
- name: Run mypy
|
32 |
run: mypy .
|
33 |
test:
|