You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently riot run will always build the dev package of the project. For Python packages that compile + install C extensions this can be really expensive and unnecessary.
Proposals
riot run installs the dev package if not initially installed but doesn't otherwise install.
riot run doesn't install the dev package by default. (Maybe provide a --build or --generate flag to do so)
The text was updated successfully, but these errors were encountered:
Currently
riot run
will always build the dev package of the project. For Python packages that compile + install C extensions this can be really expensive and unnecessary.Proposals
riot run
installs the dev package if not initially installed but doesn't otherwise install.riot run
doesn't install the dev package by default. (Maybe provide a--build
or--generate
flag to do so)The text was updated successfully, but these errors were encountered: