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 bcab86b commit 00492e9Copy full SHA for 00492e9
.github/workflows/manual-build.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
python-version: 3.11
19
- run: pip install -r requirements.txt
20
- - run: pip install --no-cache-dir flet[all]
+ - run: pip install --no-cache-dir flet[all]==0.26.0
21
- run: python scripts/download-tools.py
22
- run: python scripts/build.py
23
- uses: actions/upload-artifact@v4
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments