Windows Code Signing fix#5571
Merged
Merged
Conversation
added 2 commits
December 31, 2025 09:07
…g directories, and enhance Python setup
Contributor
🧪 Test Results DashboardSummary
✅ All Tests Passed!📊 Test Run Information
|
added 6 commits
December 31, 2025 09:53
… file specification
Contributor
|
@anchapin can you take a look at #5572 ? Something seems to have changed since 3.11.0-rc1, I'm not sure if OpenStudio is being built against Python 3.14 or if that is just what is being installed instead. I am hoping that issue could be fixed for the official 3.11.0 release. I've seen all the work you've been doing, hopefully that wouldn't be too much more to add on to your queue. |
Contributor
|
I confirmed that this issue is fixed in http://openstudio-ci-builds.s3-website-us-west-2.amazonaws.com/PR-5571/OpenStudio-3.11.0-rc2%2B5a33b0d28e-Windows.tar.gz from this PR, nice! |
added 10 commits
January 4, 2026 16:24
Collaborator
|
CI Results for a6351e4:
|
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.
Streamline the full-build workflow by enhancing caching steps and adjusting working directories. Introduce the ability to selectively execute build jobs through workflow_dispatch input. This improves flexibility and efficiency in the build process.