CDAT / cdms

8 stars 10 forks source link

Switch from circleci to gh actions #437

Closed jasonb5 closed 3 years ago

jasonb5 commented 3 years ago

Switches unittesting from circleci to gh actions. The overall testing strategy has changed, in the past conda packages for linux/macos for python 3.6, 3.7, 3.8, and 3.9 were built. Now cdms is still tested on the same platforms and python versions except conda packages are no longer built. Rather a conda environment is created, the package is installed and unittesta are run. Building conda packages is left for the conda-forge process to manage.

This change has drastically reduced the time it takes to test a PR.