We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749c2e0 commit 21fe192Copy full SHA for 21fe192
.github/workflows/benchmark.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Run benchmark
45
continue-on-error: true
46
run: |
47
- ob run benchmark -b Clustering.yaml --local --threads 20 --continue-on-error
+ echo "y" | ob run benchmark -b Clustering.yaml --local --threads 20 --continue-on-error
48
49
upload-artifact:
50
name: Benchmark Artifact
0 commit comments