Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
* `run_benchmark`: write the commit the workflow ran from and the launch time into
`task_info.yaml`, instead of publishing `_viash.yaml` verbatim (PR #18).

* Updated to Viash 0.9.7 (PR #19).

* Updated the `common` submodule (PR #19).

## BUGFIXES

2 changes: 1 addition & 1 deletion src/workflows/process_datasets/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Run this prior to executing this script:
# bin/viash_build -q 'batch_integration'
# viash ns build --parallel --setup cachedbuild

# get the root of the directory
REPO_ROOT=$(git rev-parse --show-toplevel)
Expand Down
Loading