We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff49c7 commit 05088bfCopy full SHA for 05088bf
1 file changed
.github/workflows/main.yml
@@ -30,17 +30,8 @@ jobs:
30
- name: Install dependencies
31
run: |
32
pip install -r requirements.txt
33
- pip install pytest isort black flake8
+ pip install pytest
34
pip install ecos
35
- name: Test with pytest
36
37
pytest ./tests
38
- - name: Check with isort
39
- run: |
40
- isort --check --diff .
41
- - name: Check with black
42
43
- black --check --diff .
44
- - name: Check with flake8
45
46
- flake8 --show-source --statistics .
0 commit comments