mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 11:49:53 +02:00
✅ CircleCI: Try to fix encoding problem
This commit is contained in:
parent
e8f60f9bf4
commit
2797b0e806
1 changed files with 3 additions and 4 deletions
|
@ -7,15 +7,14 @@ jobs:
|
|||
build-python36:
|
||||
docker:
|
||||
- image: ubuntu:18.04
|
||||
environment:
|
||||
- PYTHONIOENCODING: utf-8
|
||||
steps:
|
||||
- run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick
|
||||
- checkout
|
||||
- run: make install PIP_INSTALL="pip3 install"
|
||||
- run: pip3 install -r requirements-test.txt
|
||||
- run:
|
||||
command: |
|
||||
export PYTHONIOENCODING=utf-8
|
||||
make coverage
|
||||
- run: make coverage
|
||||
- codecov/upload
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue