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 5fb0177 commit e5370b2Copy full SHA for e5370b2
.github/workflows/ab_tests.yml
@@ -107,7 +107,7 @@ jobs:
107
DB_NAME: ${{ matrix.runtime-version }}-${{ matrix.repeat }}.db
108
CLUSTER_KWARGS: AB_environments/${{ matrix.runtime-version }}.cluster.yaml
109
H2O_DATASETS: ${{ matrix.h2o_datasets }}
110
- run: pytest --benchmark ${{ matrix.pytest_args }}
+ run: pytest --benchmark ${{ matrix.pytest_args }} -s
111
112
- name: Dump coiled.Cluster kwargs
113
run: cat cluster_kwargs.merged.yaml
0 commit comments