Skip to content

Commit ce0aab0

Browse files
Update actions.yml
1 parent 3460062 commit ce0aab0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
# run: |
2525
# pytest --junitxml=reports/junit/test-results.xml
2626

27-
- name: Lint with flake8
28-
run: |
29-
pip install flake8
30-
flake8 .
27+
# - name: Lint with flake8
28+
# run: |
29+
# pip install flake8
30+
# flake8 .
3131

3232
BUILD_AND_PUBLISH:
3333
# if: false

0 commit comments

Comments
 (0)