brey / pyPoseidon

Framework for hydrodynamic simulations of geoflows
https://pyposeidon.readthedocs.io/
European Union Public License 1.2
7 stars 8 forks source link

Add github action for running tests with `conda install pyPoseidon` #34

Open pmav99 opened 3 years ago

pmav99 commented 3 years ago

This should only require to add an additional file in .github/workflows/.

brey commented 3 years ago

This, in principle, will be taken care by conda-forge once we move there. In the mean time I have set up a local conda CI test that works. We could set this to test the gbrey channel though.

pmav99 commented 3 years ago

Shouldn't this be closed?

brey commented 3 years ago

The current action doesn't install from anaconda. It uses the local environment.yml.

pmav99 commented 3 years ago

Right