Skip to content

Commit

Permalink
wip(build): renaming and submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Sep 23, 2024
1 parent 67e3b02 commit 8f7b572
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "dependencies/invenio-group-collections"]
path = dependencies/invenio-group-collections
[submodule "invenio_remote_user_data_kcworks/dependencies/invenio-group-collections"]
path = invenio_remote_user_data_kcworks/dependencies/invenio-group-collections
url = https://github.com/MESH-Research/invenio-group-collections.git
branch = main
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ invenio-queues = "*"
requests-mock = "*"
deepdiff = "*"
celery = "*"
invenio-groups = {file = "./dependencies/invenio-group-collections", editable = true}
invenio-group-collections = {file = "./invenio_remote_user_data_kcworks/dependencies/invenio-group-collections", editable = true}
invenio-remote-user-data-kcworks = {file = ".", editable = true}

[dev-packages]
Expand Down

0 comments on commit 8f7b572

Please sign in to comment.