CINPLA / exdir

Directory structure standard for experimental pipelines.
http://exdir.rtfd.io
MIT License
72 stars 13 forks source link

CI: Use GitHub Actions to test #97

Closed dragly closed 3 years ago

dragly commented 3 years ago

This change adds a GitHub Actions workflow to install and test exdir, adds required packages to the setup script, and fixes deprecation warnings from NumPy.

In addition a requirements.in file is added together with the corresponding requirements.txt file created by pip-compile. This lists the necessary developer dependencies that come in addition to the dependencies listed in setup.py.