Skip to content

Commit

Permalink
ci: Fix colon typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 26, 2024
1 parent 020cfc1 commit d5f2e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
command: |
pybabel extract -F ../pyproject.toml -o messages.pot .
pybabel update -N -i messages.pot -d locale
dependencies; -r requirements.txt
dependencies: -r requirements.txt
working-directory: extension_explorer
python-version: '3.10'

0 comments on commit d5f2e92

Please sign in to comment.