Skip to content

Using git path as a dependency fails. #1523

Answered by simolus3
YeungKC asked this question in Q&A

You must be logged in to vote

This is expected and not something I can reasonably change. You could use dependency_overrides instead:

dependency_overrides:
  drift:
    git:
      url: https://github.com/simolus3/moor.git
      ref: develop
      path: drift
...
  drift_dev:
    git:
      url: https://github.com/simolus3/moor.git
      ref: develop
      path: drift_dev

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@YeungKC

Answer selected by simolus3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants