Skip to content

Commit 6dfa377

Browse files
Chris AckermannChris Ackermann
authored andcommitted
Removed linting from action
1 parent d2e8790 commit 6dfa377

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,8 @@ jobs:
1717
with:
1818
python-version: "3.11"
1919

20-
- name: Install lint tools
21-
run: pip install flake8
22-
23-
- name: Run flake8
24-
run: flake8 .
25-
2620
- name: Install Dependencies
27-
run:
28-
pip install -r requirements.txt
21+
run: pip install -r requirements.txt
2922

3023
- name: Run tests
3124
run: pytest -q
32-

0 commit comments

Comments
 (0)