1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-24 10:51:01 +01:00

Stringify Python version to use 3.10 vs 3.1

This commit is contained in:
Paulus Schoutsen
2022-07-19 21:11:21 -07:00
parent 826474518f
commit b7da4dc68f
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
- cron: "0 1 * * *"
env:
PYTHON_VERSION: 3.10
PYTHON_VERSION: "3.10"
NODE_VERSION: 16
NODE_OPTIONS: --max_old_space_size=6144