Spaces:
Configuration error
Configuration error
Danila-Pechenev
commited on
Commit
•
f970d83
1
Parent(s):
e160a15
Fix `ci.yml`
Browse files- .github/workflows/ci.yml +3 -3
.github/workflows/ci.yml
CHANGED
@@ -11,7 +11,7 @@ jobs:
|
|
11 |
- name: Run linter
|
12 |
uses: psf/black@stable
|
13 |
with:
|
14 |
-
options: "--check
|
15 |
src: "./app"
|
16 |
version: "~= 22.0"
|
17 |
mypy:
|
@@ -22,7 +22,7 @@ jobs:
|
|
22 |
- name: Set up Python 3.10
|
23 |
uses: actions/setup-python@v4
|
24 |
with:
|
25 |
-
python-version: 3.10
|
26 |
- name: Install dependencies
|
27 |
run: pip install mypy
|
28 |
- name: Run mypy
|
@@ -36,7 +36,7 @@ jobs:
|
|
36 |
- name: Set up Python 3.10
|
37 |
uses: actions/setup-python@v4
|
38 |
with:
|
39 |
-
python-version: 3.10
|
40 |
- name: Install dependencies
|
41 |
run: |
|
42 |
pip install pytest
|
|
|
11 |
- name: Run linter
|
12 |
uses: psf/black@stable
|
13 |
with:
|
14 |
+
options: "--check --verbose -l 120"
|
15 |
src: "./app"
|
16 |
version: "~= 22.0"
|
17 |
mypy:
|
|
|
22 |
- name: Set up Python 3.10
|
23 |
uses: actions/setup-python@v4
|
24 |
with:
|
25 |
+
python-version: '3.10'
|
26 |
- name: Install dependencies
|
27 |
run: pip install mypy
|
28 |
- name: Run mypy
|
|
|
36 |
- name: Set up Python 3.10
|
37 |
uses: actions/setup-python@v4
|
38 |
with:
|
39 |
+
python-version: '3.10'
|
40 |
- name: Install dependencies
|
41 |
run: |
|
42 |
pip install pytest
|