Skip to content

Commit

Permalink
Rebase fixes from Gourmet
Browse files Browse the repository at this point in the history
* Fix pdf export when a locale is set
  kirienko/gourmet#363

* Only scale available reportlab attributes
  kirienko/gourmet#365

* Use latest Python3.8 for building AppImage
  kirienko/gourmet#367

Sorry for the squashed changes.
  • Loading branch information
cydanil committed Jul 20, 2021
1 parent 35d2aca commit ab81986
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 121 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run: |
sudo apt-get update -q
sudo apt-get -y install python3-testresources intltool imagemagick libgirepository1.0-dev
wget https://github.com/niess/python-appimage/releases/download/python3.8/python3.8.10-cp38-cp38-manylinux1_x86_64.AppImage
chmod +x ./python3.8.10-cp38-cp38-manylinux1_x86_64.AppImage
./python3.8.10-cp38-cp38-manylinux1_x86_64.AppImage --appimage-extract
wget -c https://github.com/$(wget -q https://github.com/niess/python-appimage/releases/tag/python3.8 -O - | grep "python3.8.*-cp38-cp38-manylinux1_x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
chmod +x ./python3*.AppImage
./python3*.AppImage --appimage-extract
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
chmod +x appimagetool-*.AppImage
Expand Down
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 ab81986

Please sign in to comment.