diff --git a/CHANGELOG.md b/CHANGELOG.md index 483ad29..0fa4c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/common b/common index deb906e..6eda5dd 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit deb906ef7abacf8809291631372c8aacadabeae9 +Subproject commit 6eda5dd0b9c46b43ee36fc379152e079c26f25d3 diff --git a/src/workflows/process_datasets/test.sh b/src/workflows/process_datasets/test.sh index d918102..894795e 100755 --- a/src/workflows/process_datasets/test.sh +++ b/src/workflows/process_datasets/test.sh @@ -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)