Skip to content

Update osx installers and urlchecker environment#3914

Merged
jsiirola merged 4 commits intoPyomo:mainfrom
jsiirola:osx-install
Apr 16, 2026
Merged

Update osx installers and urlchecker environment#3914
jsiirola merged 4 commits intoPyomo:mainfrom
jsiirola:osx-install

Conversation

@jsiirola
Copy link
Copy Markdown
Member

Fixes # .

Summary/Motivation:

This resolves a pair of longstanding irritations:

  • the OSX environment setup logged errors (looking for packages that were not installed) that were picked up by GHA and included in the job summary. This PR suppresses those messages
  • the urlchecker was having intermittent errors (particularly with servers like egon.cheme.cmu.edu). @jdawber223 suggested that it might be an intermittent issue with Google DNS lookups for CMU machines. This PR sets the DNS servers to CloudFare before running the urlchecker (which might resolve the problem)

Changes proposed in this PR:

  • (see above)

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:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@jsiirola jsiirola requested a review from mrmundt April 15, 2026 20:00
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.94%. Comparing base (43a6446) to head (ed5afee).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3914   +/-   ##
=======================================
  Coverage   89.94%   89.94%           
=======================================
  Files         902      902           
  Lines      106457   106457           
=======================================
+ Hits        95748    95751    +3     
+ Misses      10709    10706    -3     
Flag Coverage Δ
builders 29.18% <ø> (+<0.01%) ⬆️
default 86.24% <ø> (?)
expensive 35.64% <ø> (?)
linux 87.39% <ø> (-2.04%) ⬇️
linux_other 87.39% <ø> (ø)
oldsolvers 28.11% <ø> (+<0.01%) ⬆️
osx 82.72% <ø> (ø)
win 85.82% <ø> (ø)
win_other 85.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jsiirola jsiirola merged commit 34a3877 into Pyomo:main Apr 16, 2026
121 of 125 checks passed
@jsiirola jsiirola deleted the osx-install branch April 16, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants