Skip to content

Commit

Permalink
Remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Dec 23, 2019
1 parent b111c37 commit ee6787f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Link sudachi dictionary
run: |
sudachipy link -t full
- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit ee6787f

Please sign in to comment.