Skip to content

Commit

Permalink
Fix Conda directive is not honoured by task array (#5704)
Browse files Browse the repository at this point in the history

Signed-off-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Ben Sherman <[email protected]>
Co-authored-by: Ben Sherman <[email protected]>
  • Loading branch information
pditommaso and bentsherman authored Jan 23, 2025
1 parent 00376aa commit f8c3b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ For cloud-based executors like AWS Batch, or when using Fusion with any executor
- {ref}`process-container`
- {ref}`process-containerOptions`

When using Wave, the following additional directives must be uniform:

- {ref}`process-conda`

(process-beforescript)=

### beforeScript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class TaskArrayCollector {
// only needed for container-native executors and/or Fusion
'container',
'containerOptions',
// only needed when using Wave
'conda',
]

private TaskProcessor processor
Expand Down

0 comments on commit f8c3b63

Please sign in to comment.