editable install so path will be informative

This commit is contained in:
sneakers-the-rat 2024-09-25 17:19:19 -07:00
parent 960d4f70a1
commit 8b22b2152e
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -46,7 +46,7 @@ jobs:
- name: Add checked out numpydantic to poetry deps
working-directory: linkml
run: poetry add '../numpydantic' --python='>=3.9'
run: poetry add '../numpydantic' --python='>=3.9' --editable
- name: Install dependencies
working-directory: linkml