Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit package list and ensure it is tested in CI (#232)
* In `pyproject.toml`, use an explicit package list instead of using the `find` directive. * In GitHub Actions workflow, do not use an editable install since that implicitly includes all modules below `uncertainties/` and we want to make sure we test the package in its installed form. Co-authored-by: Matt Newville <[email protected]>
- Loading branch information