Skip to content

Commit

Permalink
use more YAML-like syntax for options in test easystack file
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Nov 23, 2022
1 parent fb36aa2 commit b93dd22
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ easyconfigs:
}
- binutils-2.26-GCCcore-4.9.3
- foss-2018a:
options: {
'enforce-checksums': True,
'robot': True,
}
# no strict need for quotes as long as YAML parser doesn't get smart with value type (booleans, integers, ...);
# { and } are also optional in YAML to create a dictionary
options:
enforce-checksums: True
robot: True
- toy-0.0-gompi-2018a-test

0 comments on commit b93dd22

Please sign in to comment.