mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
correct path
This commit is contained in:
parent
2d8df6d2dc
commit
536de57ce4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
emoji: true
|
||||
verbose: true
|
||||
job-summary: true
|
||||
custom_arguments: 'nwb_linkml'
|
||||
custom-arguments: 'nwb_linkml'
|
||||
|
||||
- run: "coveralls --service=github"
|
||||
env:
|
||||
|
|
|
@ -14,7 +14,7 @@ packages = [
|
|||
python = "^3.11"
|
||||
pyyaml = "^6.0"
|
||||
linkml-runtime = "^1.5.6"
|
||||
nwb_schema_language = { path = './nwb_schema_language', develop = true, optional = true }
|
||||
nwb_schema_language = { path = '../nwb_schema_language', develop = true, optional = true }
|
||||
rich = "^13.5.2"
|
||||
linkml = "^1.5.7"
|
||||
nptyping = "^2.5.0"
|
||||
|
|
Loading…
Reference in a new issue