Spaces:
Configuration error
Configuration error
Danila-Pechenev
commited on
Commit
•
78f871e
1
Parent(s):
7b1f077
Fix `ci.yml`
Browse files- .github/workflows/ci.yml +3 -1
.github/workflows/ci.yml
CHANGED
@@ -24,7 +24,9 @@ jobs:
|
|
24 |
with:
|
25 |
python-version: '3.10'
|
26 |
- name: Install dependencies
|
27 |
-
run:
|
|
|
|
|
28 |
- name: Run mypy
|
29 |
run: mypy .
|
30 |
test:
|
|
|
24 |
with:
|
25 |
python-version: '3.10'
|
26 |
- name: Install dependencies
|
27 |
+
run: |
|
28 |
+
pip install mypy
|
29 |
+
pip install -r app/requirements.txt
|
30 |
- name: Run mypy
|
31 |
run: mypy .
|
32 |
test:
|