Skip to content

Commit 364e588

Browse files
committed
no actual flake8
1 parent 6c64dff commit 364e588

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,3 @@ jobs:
3333
3434
- name: Upload Coverage
3535
run: codecov
36-
37-
flake8:
38-
runs-on: ubuntu-latest
39-
40-
steps:
41-
- uses: actions/checkout@v2
42-
43-
- name: Set up Python
44-
uses: actions/setup-python@v2
45-
46-
- name: Install dependencies
47-
run: |
48-
python -m pip install --upgrade pip tox

0 commit comments

Comments
 (0)