-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upload release APK * Fix numpy not found issue ModuleNotFoundError: No module named 'numpy' * Fix ios test workflow * Fix ios test workflow
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 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
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 |
---|---|---|
|
@@ -66,8 +66,8 @@ echo "$MC_LOG_PREFIX cocoapods version:" && pod --version | |
|
||
brew install [email protected] || brew link --overwrite [email protected] | ||
echo "$MC_LOG_PREFIX python version:" && python3 --version | ||
pip3 install --upgrade pip | ||
pip3 install \ | ||
python3 -m pip install --upgrade pip | ||
python3 -m pip install \ | ||
"numpy>=1.23,<2.0" \ | ||
"absl-py>=1.3,<2.0" | ||
|
||
|