Skip to content

Commit

Permalink
Merge pull request #5 from ericpre/main
Browse files Browse the repository at this point in the history
Syntax fix in nomad.yaml
  • Loading branch information
lauri-codes authored Mar 11, 2024
2 parents e991fed + 325cd97 commit 89b93c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ plugins:
# We only include our schema here. Without the explicit include, all plugins will be
# loaded. Many build in plugins require more dependencies. Install nomad-lab[parsing]
# to make all default plugins work.
include: 'schemas/example'
include:
- 'schemas/example'
options:
schemas/example:
python_package: nomadschemaexample
python_package: nomadschemaexample

0 comments on commit 89b93c3

Please sign in to comment.