Skip to content

Commit

Permalink
Update comment in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Jan 29, 2024
1 parent 8ab8c5b commit 1f25fb3
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 @@ -47,7 +47,7 @@ jobs:
working-directory: ${{ env.PT_DICT_HOME }}
run: poetry check

# Ideally this will also install the 'dict_tools' submodule as a separate package
# Ideally this will also install the 'dict_tools' submodule as a separate package ('dictionary-tools')
- name: Install Python dependencies
working-directory: ${{ env.PT_DICT_HOME }}
run: poetry install
Expand Down

0 comments on commit 1f25fb3

Please sign in to comment.