Skip to content

Commit 24218de

Browse files
committed
Force UTF-8 for legacy CI migration
1 parent d1d71f9 commit 24218de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ jobs:
4444
python-version: "3.11"
4545
- name: Verify legacy projection during migration
4646
if: steps.runtime.outputs.go != 'true'
47+
env:
48+
PYTHONUTF8: "1"
4749
run: python3 -m unittest discover -s tests -v
4850
- name: Compile legacy projection during migration
4951
if: steps.runtime.outputs.go != 'true'
52+
env:
53+
PYTHONUTF8: "1"
5054
run: python3 -m compileall -q boatstack
5155
- name: Validate Bash installer
5256
if: steps.runtime.outputs.go == 'true' && runner.os != 'Windows'

0 commit comments

Comments
 (0)