yusuke-takase / grasp2alm

Package supporting conversion from GRASP beam format to spherical harmonic coefficients for CMB experiments
GNU General Public License v3.0
0 stars 2 forks source link

Install Poetry in CI #1

Closed ziotom78 closed 2 months ago

ziotom78 commented 2 months ago

The GitHub Action does not use poetry to run the tests. The build fails because pytest is not found.

This PR installs poetry in the virtual machines. It should run on Linux, Windows, and Mac OS X.

The script uses poetry to run pytest, and it adds the -vv flag to make PyTest more verbose.