|
|
@ -10,11 +10,12 @@ jobs:
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
- PYTHONIOENCODING: utf-8
|
|
|
|
- PYTHONIOENCODING: utf-8
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick
|
|
|
|
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick locales
|
|
|
|
|
|
|
|
- run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8"
|
|
|
|
- checkout
|
|
|
|
- checkout
|
|
|
|
- run: make install PIP_INSTALL="pip3 install"
|
|
|
|
- run: make install PIP_INSTALL="pip3 install"
|
|
|
|
- run: pip3 install -r requirements-test.txt
|
|
|
|
- run: pip3 install -r requirements-test.txt
|
|
|
|
- run: make coverage
|
|
|
|
- run: make coverage LC_ALL=en_US.utf8
|
|
|
|
- codecov/upload
|
|
|
|
- codecov/upload
|
|
|
|
|
|
|
|
|
|
|
|
workflows:
|
|
|
|
workflows:
|
|
|
|