aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
308 stars 82 forks source link

fix: Add Installation to Conda setup in CI #284

Closed JamesMc86 closed 4 months ago

JamesMc86 commented 4 months ago

It seems from https://github.com/actions/runner-images/issues/9262 that miniconda was removed from Mac images.

This adds the configuration to the setup step to now install miniconda again.

I need to validate that this isn't having a significant impact on the Windows and Linux steps where this is not a concern.

JamesMc86 commented 4 months ago

Disregard this for now - I see the bigger problem is that MacOs-latest is now ARM based which causes other issues.

I'll create an issue to discuss the best solution.