usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

Make GitHub Actions run the doc tests on one Python version only #274

Closed joefowler closed 4 months ago

joefowler commented 4 months ago

Maybe the right choice is to run TWO actions:

  1. Tests. Run pytest on Python 3.9 and 3.12.
  2. All other code that goes on one python version: linting, doctest, and doc deployment

Also, look at https://github.com/ChartBoost/ruff-action# and consider replacing the flake8 action with ruff, since we already set up ruff.