michaelaye / nbplanetary

A nbdev-based approach to create a core library for planetarypy
https://michaelaye.github.io/nbplanetary/
MIT License
7 stars 1 forks source link

github workflow fails #52

Open michaelaye opened 8 months ago

michaelaye commented 8 months ago

The planets dependency from pip is added to environment.yml for the micromamba install, but it's a pip dependency only so mamba can't install it. Need to separate conda and pip installs somehow. Maybe this points to the "Makefile" based setup that Andrew recommended as it's just simpler to maintain at the end...