Spaces:
Configuration error
Configuration error
Danila-Pechenev
commited on
Commit
·
82751ae
1
Parent(s):
3a142aa
Fix `ci.yml`
Browse files- .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml
CHANGED
@@ -28,6 +28,7 @@ jobs:
|
|
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:
|
|
|
28 |
pip install mypy
|
29 |
pip install -r app/requirements.txt
|
30 |
python3 -m pip install types-Pillow
|
31 |
+
python3 -m pip install types-requests==2.28.11
|
32 |
- name: Run mypy
|
33 |
run: mypy .
|
34 |
test:
|