Open richardsc opened 1 month ago
Thanks for raising this Clark! At the moment, the test matrix only tests against ubuntu-latest
I'll put in a PR to add mac and windows. Hopefully that will show up the issue, as I don't have a mac here to test with.
It looks like polaras was added to the conda recipe in release 0.07 a couple of weeks ago
https://github.com/conda-forge/pyglider-feedstock/commit/00083d8c63e9d49cb4ad5ee12ae9799d7e53009d
Can you check if that resolves the issue? I'll still work on adding mac and windows to the test matrix to catch these issues earlier in future
As noted in #188, when I install pyglider fresh, using miniconda on macOS14.5, the
polars
dependency is not installed, and has to be added manually. I tried on two different macOS machines (intel and arm), with the same result.