Ryan Mast
Ryan Mast
It seems like someone else bought up the domain and now it points to a sketch looking website that probably wants to install malware. (@Azareal might be a good idea...
I think this is an issue for the GridLab-D repository/project, rather than one that should involve us maintaining a fork. If they don't already have a CI job in place...
I noticed a CI job is failing again on macOS due to the missing pipx when updating to the latest cibuildwheel release: https://github.com/nightlark/swig-pypi/pull/123 Is there a recommended alternative (aside from...
Alright, good to hear -- looks like for now it will be pre-installing pipx, and hopefully soon get the migration to scikit-build-core merged. 😄
It appears to work out of the box, at least on the cibuildwheel side. The only change I made is changing the OS for the macOS builds to use `macos-14`...
> Was `pip install ninja` not working? We make universal wheels and I've checked them once in the past. (I also maintain that) > > Scikit-build-core automatically adds ninja as...
> Though if you pin an old version, it might not have AS wheels: > > https://github.com/nightlark/swig-pypi/blob/d7bd8e36f5b50f5e468ed37ba852facd4b001405/pyproject.toml#L10 > > Again, scikit-build-core does all this for you, also the `py2.py3` tags...
macos-11 runners are going away -- make sure we don't have an CI jobs using them: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
There's not a convenient way to ship a custom macOS build VM, macOS Docker containers would be nice. I asked GitHub if they can add a version of homebrew that...
Response from GitHub was that a new VM with a version of Homebrew (2.7.3) with macFUSE 4.0.5 will be deployed next week.