Skip to content

Commit

Permalink
Fix line breaks for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 30, 2023
1 parent 5408c78 commit c244b66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
- name: Download NLTK data
run: |
poetry run python -c \
"import nltk; nltk.download('punkt', download_dir='./nltk_data')"
poetry run python -c "import nltk; nltk.download('punkt', download_dir='./nltk_data')"
- name: Build with PyInstaller (Mac/Linux)
if: runner.os != 'Windows'
Expand Down

0 comments on commit c244b66

Please sign in to comment.