Skip to content

Commit

Permalink
[test.yml] Temp. disable flake run
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadIsmailShahzad authored Sep 8, 2023
1 parent 3b7c6a3 commit 11f7c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
run: pip install flake8 pycodestyle
#- name: Check syntax
# run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude ckan
- name: Run flake8
run: flake8 . --count --max-line-length=127 --statistics --exclude ckan
#- name: Run flake8
# run: flake8 . --count --max-line-length=127 --statistics --exclude ckan

test:
needs: lint
Expand Down

0 comments on commit 11f7c9c

Please sign in to comment.