Skip to content

Commit

Permalink
hardcode utf8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ropnop committed Jan 21, 2019
1 parent c8bc01b commit 0bf14ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
pip install --upgrade pip
pip install --upgrade setuptools
pip install pyinstaller
- run:
name: gross hacky hack
command: |
sed -r -i 's/sys\.std(in|out)\.encoding/"UTF-8"/g' examples/*exec.py
- run:
name: Create standalone executables
command: |
Expand Down

0 comments on commit 0bf14ea

Please sign in to comment.