WIP: Action for dev env setup test #1019
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I just threw this together based on an extension of the pytest matrix, to see if we can test installing the build environment using the methods we currently suggest, ie. pip, pipenv, make.
This was inspired by the discussion at #zulip-terminal>Dev Setup Installation.
This raises a number of points:
We can add something like this as an on-demand action (workflow_dispatch) to avoid running on every push and failing CI, or perhaps also on push to main branches once this workflow is passing?
Issues to consider arising from this:
I'd prefer if the matrix used in this could be reused, but this needs to be in a separate file if running via workflow_dispatch and not on push?