Skip to content

Commit a6be2f3

Browse files
committed
Fix build by installing pyyaml. Re-publish the rest of 0.20.0 packages.
1 parent 3bbb0fb commit a6be2f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ for:
111111
$env:PKG_VER = "$($cv.major).$($cv.minor+1).0+$($env:APPVEYOR_BUILD_NUMBER)"
112112
}
113113
Update-AppveyorBuild -Version $env:PKG_VER
114+
- pip3 install pyyaml
114115
- flutter upgrade --force
115116

116117
build_script:
@@ -126,10 +127,10 @@ for:
126127
python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER
127128
python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER
128129
129-
cd packages/flet
130-
flutter test
131-
dart pub publish --force || exit 1
132-
cd $APPVEYOR_BUILD_FOLDER
130+
#cd packages/flet
131+
#flutter test
132+
#dart pub publish --force || exit 1
133+
#cd $APPVEYOR_BUILD_FOLDER
133134
134135
cd packages/flet_audio
135136
dart pub publish --force || exit 1

0 commit comments

Comments
 (0)