Skip to content

Commit 2a44b3c

Browse files
committed
test with flake8
1 parent ae9546a commit 2a44b3c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Set up Python
12-
uses: actions/setup-python@v2
13-
with:
14-
python-version 3.9
12+
uses: actions/setup-python@v2
13+
with:
14+
python-version: 3.9
1515
- name: Install dependencies
16-
run: |
17-
python -m pip install --upgrade pip
18-
pip install black flake8 flake8-isort
19-
pip install -r requirements.txt
16+
run: |
17+
python -m pip install --upgrade pip
18+
pip install black flake8 flake8-isort
19+
pip install -r requirements.txt
2020
2121
- name: Test with black, flake8-isort and flake8
22-
run: |
23-
python -m black isort flake8
22+
run: |
23+
python -m black isort flake8

0 commit comments

Comments
 (0)