-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
At the moment the PR script runs the following command which is specific to Python repos:
Line 52 in 90bc268
| run("pip install -e '.[test]'") |
Proposed Solution
This could be similar to the jupyter_releaser choosing which command to run based on the existence of pyproject.toml / setup.py / package.json.
Additional context
This would make the PR script more generic.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request