mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-08 19:29:53 +02:00
✅ CircleCI: Try to fix encoding problem
This commit is contained in:
parent
d2ca24bf1e
commit
7bdd15648f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- run: pip3 install -r requirements-test.txt
|
- run: pip3 install -r requirements-test.txt
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
if [[ $(python -c "import sys; print(sys.stdin.encoding)" |grep None) ]]; then
|
if [[ $(python3 -c "import sys; print(sys.stdin.encoding)" |grep None) ]]; then
|
||||||
export PYTHONIOENCODING=utf-8
|
export PYTHONIOENCODING=utf-8
|
||||||
fi
|
fi
|
||||||
make coverage
|
make coverage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue