Add Github Actions Setup for Optional Dependencies #215
Labels
state: inactive
Issue is abandoned, but might become relavent at some point
type: chore
Converting measurements, reorganizing folder structure, and other necessary (less impactful) tasks
Our current GitHub Actions setup is not testing the optional dependencies we have. The current plan is to create a separate workflow that downloads and installs the dependencies. This workflow will then build and test the library as in the current workflows. Since these dependencies are not 100% in our control (their repositories may go down or change), my suggestion is to make this workflow generate warnings (like the current
lint
job of theTesting
workflow) and not block the merge.The text was updated successfully, but these errors were encountered: