mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 18:54:28 +00:00
editable install so path will be informative
This commit is contained in:
parent
960d4f70a1
commit
8b22b2152e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-linkml.yml
vendored
2
.github/workflows/tests-linkml.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add checked out numpydantic to poetry deps
|
- name: Add checked out numpydantic to poetry deps
|
||||||
working-directory: linkml
|
working-directory: linkml
|
||||||
run: poetry add '../numpydantic' --python='>=3.9'
|
run: poetry add '../numpydantic' --python='>=3.9' --editable
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: linkml
|
working-directory: linkml
|
||||||
|
|
Loading…
Reference in a new issue