Adds CI runs that exclude optional dependencies #137
Labels
area-ci
Issues and PRs related to Thicket's continuous integration
priority-normal
Normal priority issues and PRs
type-feature
Requests for new features or PRs which implement new features
Suggested by @pearce8
We've had issues in the past with users not having optional dependencies. To account for that, we should add to our CI matrix so that we can run under different sets of extras. The extras we can consider are:
llnl-thicket
llnl-thicket[extrap]
llnl-thicket[plotting]
llnl-thicket[vis]
llnl-thicket[extrap,plotting]
llnl-thicket[extrap,vis]
llnl-thicket[plotting,vis]
llnl-thicket[extrap,plotting,vis]
The text was updated successfully, but these errors were encountered: