Skip to content

Commit

Permalink
- Added translation compiling for testing workflow
Browse files Browse the repository at this point in the history
- Specified Python version for testing workflow
  • Loading branch information
onstabb committed Sep 29, 2023
1 parent 1bb5d08 commit 274f343
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.11.3

- name: Install base dependencies
run: |
Expand All @@ -33,6 +33,10 @@ jobs:
run: |
python -m pip install -r requirements-dev.txt
- name: Compile Translations
run: |
msgfmt -o tests/data/locales/en/LC_MESSAGES/base.mo tests/data/locales/en/LC_MESSAGES/base.po
- name: Set working directory to /tests
run: cd tests

Expand Down

0 comments on commit 274f343

Please sign in to comment.