Skip to content

Commit 6952b0b

Browse files
committed
fix error
1 parent db82fd4 commit 6952b0b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,12 @@ jobs:
496496
path: '.fvmrc'
497497
cache: true
498498

499+
- name: Patch versions
500+
shell: bash
501+
run: |
502+
source "$SCRIPTS/common.sh"
503+
patch_python_package_versions
504+
499505
- name: Build Web client
500506
shell: bash
501507
working-directory: client
@@ -530,8 +536,6 @@ jobs:
530536
shell: bash
531537
working-directory: ${{ env.SDK_PYTHON }}
532538
run: |
533-
source "$SCRIPTS/common.sh"
534-
patch_python_package_versions
535539
uv build --package flet-web --wheel
536540
537541
rm -rf "packages/flet-web/src/flet_web/web"

0 commit comments

Comments
 (0)