Skip to content

Commit

Permalink
enh: first install dcor_shared (dependency) for dcor develop
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 8, 2024
1 parent 67dd1ac commit 1c796a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor_control/cli/develop.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ def develop():
sp.check_output("pip install requests requests_toolbelt", shell=True)

for name in [
"dcor_shared",
"ckanext-dc_log_view",
"ckanext-dc_serve",
"ckanext-dc_view",
"ckanext-dcor_depot",
"ckanext-dcor_schemas",
"ckanext-dcor_theme",
"dcor_shared",
"dcor_control",
]:
migrate_to_editable(name)
Expand Down

0 comments on commit 1c796a4

Please sign in to comment.