Skip to content

Commit 00492e9

Browse files
committed
Use flet 0.26.0
1 parent bcab86b commit 00492e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: 3.11
1919
- run: pip install -r requirements.txt
20-
- run: pip install --no-cache-dir flet[all]
20+
- run: pip install --no-cache-dir flet[all]==0.26.0
2121
- run: python scripts/download-tools.py
2222
- run: python scripts/build.py
2323
- uses: actions/upload-artifact@v4
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version: 3.11
3535
- run: pip install -r requirements.txt
36-
- run: pip install --no-cache-dir flet[all]
36+
- run: pip install --no-cache-dir flet[all]==0.26.0
3737
- run: python scripts/download-tools.py
3838
- run: python scripts/build.py
3939
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)