CircleCI: Try to fix encoding problem

fix/readme-no-checkpoint
Gerber, Mike 4 years ago
parent 7bdd15648f
commit e8f60f9bf4

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

Loading…
Cancel
Save