Skip to content

Commit

Permalink
Make PDF export preferences locale-agnostic (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
cydanil authored Jul 12, 2021
2 parents e8110e3 + a1546f4 commit ca4ad62
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sudo pip3 install -r development.in

- name: Test with pytest
run: xvfb-run -a pytest -vv tests/test_*
run: LANGUAGE=de_DE.utf-8 xvfb-run -a pytest -vv tests/test_*

- name: Check imports ordering
run: >
Expand Down
Loading

0 comments on commit ca4ad62

Please sign in to comment.