There was an error while loading. Please reload this page.
1 parent d1d71f9 commit 24218deCopy full SHA for 24218de
1 file changed
.github/workflows/ci.yml
@@ -44,9 +44,13 @@ jobs:
44
python-version: "3.11"
45
- name: Verify legacy projection during migration
46
if: steps.runtime.outputs.go != 'true'
47
+ env:
48
+ PYTHONUTF8: "1"
49
run: python3 -m unittest discover -s tests -v
50
- name: Compile legacy projection during migration
51
52
53
54
run: python3 -m compileall -q boatstack
55
- name: Validate Bash installer
56
if: steps.runtime.outputs.go == 'true' && runner.os != 'Windows'
0 commit comments