We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5257760 commit 9b20928Copy full SHA for 9b20928
1 file changed
.github/workflows/check-formatting.yml
@@ -26,9 +26,9 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip setuptools wheel
29
- pip install black flake8 isort # Testing packages
30
python setup.py install_egg_info # Workaround https://github.com/pypa/pip/issues/4537
31
pip install -e .[dev]
+ pip install black flake8 isort --upgrade # Testing packages
32
- name: Check code format with black and isort
33
34
make lint
0 commit comments