Skip to content

Commit c1426f6

Browse files
committed
Fix github action
1 parent 0f1fd29 commit c1426f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
python-version: 3.x
1212
- run: pip install --upgrade pip
13-
- run: pip install black==22.3.0 pylint==v3.0.0a3 mypy==v0.950 types-setuptools
13+
- run: pip install black<23 pylint==v3.0.0a3 mypy==v0.950 types-setuptools returns<1
1414
- run: black --diff --check $(git ls-files -- '*.py' ':!:tests/*' ':!:docs/*' ':!:examples/*')
1515
- run: pylint --disable=all --enable=unused-import $(git ls-files -- '*.py' ':!:tests/*' ':!:docs/*' ':!:examples/*')
1616
- run: mypy --strict $(git ls-files -- '*.py' ':!:tests/*' ':!:docs/*' ':!:examples/*')

0 commit comments

Comments
 (0)