Skip to content

Commit

Permalink
Fix build syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Feb 6, 2024
1 parent 5452d81 commit 314d612
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 @@ -139,7 +139,7 @@ jobs:
working-directory: ${{ env.PT_DICT_HOME }}
run: |
poetry run python "dict_tools/scripts/build_tagger_dicts.py" \
--language pt
--language pt \
--install-version "${{ env.PT_DICT_VERSION }}"
- name: Update dictionary version in LT pom.xml
Expand Down

0 comments on commit 314d612

Please sign in to comment.