We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8d7a5 commit c0f5c05Copy full SHA for c0f5c05
.github/workflows/e2e-futurehouse-structure.yaml
@@ -25,7 +25,7 @@ jobs:
25
RETRY_DELAY: 5
26
EXPECTED_IMPROVEMENT_PCT: 10
27
CODEFLASH_END_TO_END: 1
28
- PYTHONIOENCODING: "utf-8"
+ PYTHONIOENCODING: "utf8"
29
steps:
30
- name: 🛎️ Checkout
31
uses: actions/checkout@v4
@@ -71,4 +71,4 @@ jobs:
71
- name: Run Codeflash to optimize code
72
id: optimize_code
73
run: |
74
- uv run tests/scripts/end_to_end_test_futurehouse.py
+ PYTHONUTF8=1 uv run tests/scripts/end_to_end_test_futurehouse.py
0 commit comments