pysat / pysatCDF

Python reader for NASA CDF file format
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

MAINT: testing syntax #39

Closed jklenzing closed 1 year ago

jklenzing commented 1 year ago

Description

Addresses pysat/pysat#1053, pysat/pysat#1042, pysat/pysat#1048

Type of change

How Has This Been Tested?

Via Github Actions

Checklist:

jklenzing commented 1 year ago

Added a flake-8 cap to this branch since the latest version does not like how we invoke the ignore rules. Documented as part of standards upgrade in #43.

jklenzing commented 1 year ago

Went ahead and added the RC check to close out issues at pysat. Results of test are here: https://github.com/pysat/pysatCDF/actions/runs/3594442005

Added #44 to capture the updating Github Actions to include windows and mac tests. Probably best for these to be implemented after or during meson upgrades to the install procedure.

rstoneback commented 1 year ago

Thanks @jklenzing and @aburrell!