-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin Flutter version to 3.24.0, add Python 3.12 tests, bump dependenci…
…es (#3776) * Install fvm * Test flutter version * Test Windows * Fix Windows path * Test on all platforms * Fix Linux ARM build * Try 3.24.0 on Ubuntu only * Bump dependencies * Rollback rive_common * Remove Rive plugin * rollback "rive" package * Run all jobs * Run python 3.11 * Added Python 3.12 job * Try fixing python 3.12 tests * Try ensurepip * Try pip3 * pip3 install --upgrade setuptools pip virtualenv * Remove python constraint * Fix lock file * pillow 10.4.0 * Run all jobs - second attempt * Remove Flutter fix for Linux ARM
- Loading branch information
1 parent
7d9fb31
commit 233bca1
Showing
5 changed files
with
662 additions
and
740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
dart pub global activate fvm | ||
export PATH=$HOME/.pub-cache/bin:$HOME/fvm/default/bin:$PATH | ||
fvm install $FLUTTER_VERSION | ||
fvm global $FLUTTER_VERSION | ||
flutter --version |
Oops, something went wrong.