pydiverse / pydiverse.pipedag

A data pipeline orchestration library for rapid iterative development with automatic cache invalidation allowing users to focus writing their tasks in pandas, polars, sqlalchemy, ibis, and alike.
https://pydiversepipedag.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Test in CI for macOS and Windows as well #213

Open pavelzw opened 1 month ago

pavelzw commented 1 month ago

After migrating to pixi (#207) it will become much easier to test against different platforms. It would be nice to test in CI that macOS and Windows is properly working as well.

pavelzw commented 1 month ago

arm-based linux and windows runners are also in public beta: https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/

would be nice to test against linux-aarch64 (and at some point win-arm64 when the conda-forge migration is mostly through) when they are available