1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 03:39:55 +02:00

CircleCI: Try to fix encoding problem

This commit is contained in:
Gerber, Mike 2020-01-15 16:08:11 +01:00
parent 7bdd15648f
commit e8f60f9bf4

View file

@ -14,9 +14,7 @@ jobs:
- run: pip3 install -r requirements-test.txt - run: pip3 install -r requirements-test.txt
- run: - run:
command: | command: |
if [[ $(python3 -c "import sys; print(sys.stdin.encoding)" |grep None) ]]; then export PYTHONIOENCODING=utf-8
export PYTHONIOENCODING=utf-8
fi
make coverage make coverage
- codecov/upload - codecov/upload