Skip to content

Commit

Permalink
Fix typo in build.yml 🥴
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Jan 3, 2024
1 parent 6b91eae commit 87aa1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build POS tagging dictionary
working-directory: ${{ env.PT_DICT_HOME }}
run: |
poetry run python "./pt_dict/scripts/build-tagger_dicts.py"
poetry run python "./pt_dict/scripts/build_tagger_dicts.py"
- name: Build LT
working-directory: ${{ env.LT_HOME }}
run: mvn clean install -DskipTests
Expand Down

0 comments on commit 87aa1a9

Please sign in to comment.