Fix Cython version to pass the installation of libraries with Cython#5310
Merged
sw005320 merged 7 commits intoespnet:masterfrom Jul 20, 2023
Merged
Conversation
6bc71c8 to
3723f59
Compare
5e568c9 to
95cdeff
Compare
r9y9
reviewed
Jul 20, 2023
| [ -e tdmelodic_pyopenjtalk.done ] && rm tdmelodic_pyopenjtalk.done | ||
| python3 -m pip install pyopenjtalk==0.3.0 | ||
| # NOTE(kan-bayashi): Should update after new version release | ||
| python3 -m pip install --no-build-isolation pyopenjtalk==0.3.0 |
Contributor
There was a problem hiding this comment.
Hi, thanks for the update :) I've released a new version 0.3.1: https://github.com/r9y9/pyopenjtalk/releases/tag/v0.3.1
bf88a38 to
17dd972
Compare
17dd972 to
77f9d4f
Compare
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #5310 +/- ##
=======================================
Coverage 67.12% 67.13%
=======================================
Files 658 658
Lines 59145 59156 +11
=======================================
+ Hits 39701 39712 +11
Misses 19444 19444
Flags with carried forward coverage won't be shown. Click here to find out more. see 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
|
We still have an espnet1 integration test issue, but anyway, Cython issues were fixed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Why?
Related