config-i1 / smooth

The set of functions used for time series analysis and in forecasting.
89 stars 20 forks source link

Python CI #215

Closed ltsaprounis closed 8 months ago

ltsaprounis commented 10 months ago

Adding a very minimal github actions workflow for python CI. I changed the linting and formatting dependencies to use ruff and for the linting step we're using the ruff github action from https://github.com/ChartBoost/ruff-action.

Next step will be to add tests, with pytest and probably https://github.com/pypa/cibuildwheel