File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 python-version : 3.11
1919 - run : pip install -r requirements.txt
20+ - run : pip install --no-cache-dir flet[all]
2021 - run : python scripts/download-tools.py
2122 - run : python scripts/build.py
2223 - uses : actions/upload-artifact@v4
3233 with :
3334 python-version : 3.11
3435 - run : pip install -r requirements.txt
36+ - run : pip install --no-cache-dir flet[all]
3537 - run : python scripts/download-tools.py
3638 - run : python scripts/build.py
3739 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -335,8 +335,8 @@ colorama==0.4.6 ; python_version >= "3.11" and python_full_version <= "3.12.3" a
335335# --hash=sha256:e4beeaece64b14905914503820b828f8599790e56ff001f99f0c05c85eccf3d1
336336#flet-desktop==0.26.0 ; sys_platform == "win32" and python_version >= "3.11" and python_full_version <= "3.12.3" \
337337# --hash=sha256:4bb5770efb38ea523705d1e300a1fc14b603d63ee00a5e03df945c756892cfe9
338- flet [ all ] == 0.26.0 ; python_version >= "3.11" and python_full_version <= "3.12.3" \
339- --hash =sha256:779e58dcfb4fbf0760715471121a183bf7ecf48e522fee068556cb26df3490fb
338+ # flet==0.26.0 ; python_version >= "3.11" and python_full_version <= "3.12.3" \
339+ # --hash=sha256:779e58dcfb4fbf0760715471121a183bf7ecf48e522fee068556cb26df3490fb
340340h11 == 0.14.0 ; python_version >= "3.11" and python_full_version <= "3.12.3" and platform_system != "Pyodide" \
341341 --hash =sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d \
342342 --hash =sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
You can’t perform that action at this time.
0 commit comments