Skip to content

Commit c0f5c05

Browse files
committed
Update e2e-futurehouse-structure.yaml
1 parent ce8d7a5 commit c0f5c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-futurehouse-structure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
RETRY_DELAY: 5
2626
EXPECTED_IMPROVEMENT_PCT: 10
2727
CODEFLASH_END_TO_END: 1
28-
PYTHONIOENCODING: "utf-8"
28+
PYTHONIOENCODING: "utf8"
2929
steps:
3030
- name: 🛎️ Checkout
3131
uses: actions/checkout@v4
@@ -71,4 +71,4 @@ jobs:
7171
- name: Run Codeflash to optimize code
7272
id: optimize_code
7373
run: |
74-
uv run tests/scripts/end_to_end_test_futurehouse.py
74+
PYTHONUTF8=1 uv run tests/scripts/end_to_end_test_futurehouse.py

0 commit comments

Comments
 (0)