- Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Currently, our CI builds packages and runs unit tests against the build package. However, we don't try to pip install directly from the repo - another valid install case. This has been highlighted by bug #1625, and it's multiple fixes. Ideally the .github/workflows/integration.yaml would change, to also trigger a pure pip install of the package. Usage of other tools (i.e conda?) would make sense as well.
Actions:
- Add another CI action run to build the packages and pip install (using the current git commit))
- Add for tools such as ....