From 70804a82bd100a44ceea3c8a44b9669965f29642 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 14 Feb 2024 11:50:36 -0800 Subject: [PATCH] Fix build by installing `pyyaml`. Re-publish the rest of 0.20.0 packages. --- .appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9196dab32..b53a3ef2f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -111,6 +111,7 @@ for: $env:PKG_VER = "$($cv.major).$($cv.minor+1).0+$($env:APPVEYOR_BUILD_NUMBER)" } Update-AppveyorBuild -Version $env:PKG_VER + - pip3 install pyyaml - flutter upgrade --force build_script: @@ -126,10 +127,10 @@ for: python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER - cd packages/flet - flutter test - dart pub publish --force || exit 1 - cd $APPVEYOR_BUILD_FOLDER + #cd packages/flet + #flutter test + #dart pub publish --force || exit 1 + #cd $APPVEYOR_BUILD_FOLDER cd packages/flet_audio dart pub publish --force || exit 1