update version to 1.4.0a3#661
Merged
Merged
Conversation
Contributor
Author
|
Inactivate the CI with group network due to: Why mikeio1d works but modelskill doesn't: Both runners have .NET 8 AND .NET 10 installed. Pythonnet by default "rolls forward" and picks the highest available runtime (.NET 10). In mikeio1d's CI, it works because the hatch build hook copies native binaries correctly during source install. In modelskill, mikeio1d is installed from PyPI and the ufs.so native lib isn't found when .NET 10 is the active runtime. The fix: DOTNET_ROLL_FORWARD: LatestPatch tells .NET to stay on the major version it was built for (8.x) and not jump to 10. This matches how the native ufs.so was compiled. This is the same pattern used when .NET apps need to run against a specific runtime version. |
- also run test with network during publish
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.
Text to release note:
ModelSkill 1.4.0a3