Skip to content

Commit bee9eac

Browse files
committed
Remove pylint from publish script
1 parent 9ba4edc commit bee9eac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: |
2727
make install
2828
29-
- name: Pylint
30-
run: |
31-
make lint
29+
# - name: Pylint
30+
# run: |
31+
# make lint
3232

3333
- name: Run pytest (unit tests) and bandit (security test)
3434
run: |

0 commit comments

Comments
 (0)