Skip to content

Commit 1d79348

Browse files
committed
Update e2e-futurehouse-structure.yaml
1 parent b29e814 commit 1d79348

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: "utf8"
28+
PYTHONIOENCODING: "utf-8"
2929
steps:
3030
- name: 🛎️ Checkout
3131
uses: actions/checkout@v4
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Python 3.11 for CLI
6262
uses: astral-sh/setup-uv@v5
6363
with:
64-
python-version: 3.11.6
64+
python-version: 3.11
6565

6666
- name: Install dependencies (CLI)
6767
run: |

0 commit comments

Comments
 (0)