Testing: exclude Xpress 9.5.1 on Windows/GHA/Python3.{0,1}#3455
Merged
mrmundt merged 10 commits intoPyomo:mainfrom Jan 16, 2025
Merged
Testing: exclude Xpress 9.5.1 on Windows/GHA/Python3.{0,1}#3455mrmundt merged 10 commits intoPyomo:mainfrom
mrmundt merged 10 commits intoPyomo:mainfrom
Conversation
Contributor
|
Hi @jsiirola, this problem is new to us. We will try to reproduce and investigate. |
mrmundt
requested changes
Jan 16, 2025
mrmundt
approved these changes
Jan 16, 2025
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.
Fixes # .
Summary/Motivation:
The Xpress 9.5.1 release through the
fico-xpressconda channel hangs when callingxpress.init()-- but only on Python 3.10 and 3.11 / Windows GHA. (Quick) attempts to reproduce this locally were not successful, so it is unclear if this is a GHA issue, Conda issue, an Xpress issue, or an issue with our configuration of the build environment.@djunglas, is there a good way to report things like this upstream?
This PR gets the Pyomo testing infrastructure "working" again by simply pinning xpress to 9.5.0 under Conda on Windows for Python 3.10 and 3.11. I attempted to make the version pin "float" (and automatically pick up any future Xpress releases), but that was not successful (see comments in the workflows). We should monitor upstream and revisit if this is still needed after the next Xpress release.
Changes proposed in this PR:
Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: