Skip to content

Commit

Permalink
back to original formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 7, 2024
1 parent f418875 commit e2a7b0f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest ecos
pip install pytest ecos black isort flake8
# isort black flake8
# pip install ecos
- name: Test with pytest
run: |
pytest ./tests
#- name: Check with isort
# run: |
# isort --check --diff .
#- name: Check with black
# run: |
# black --check --diff .
#- name: Check with flake8
# run: |
# flake8 --show-source --statistics .
- name: Check with isort
run: |
isort --check --diff .
- name: Check with black
run: |
black --check --diff .
- name: Check with flake8
run: |
flake8 --show-source --statistics .

0 comments on commit e2a7b0f

Please sign in to comment.