File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
python -m pip install qa/tools
23
23
python -m pip install -r qa/benchmarks/requirements.txt
24
+ python -m pip install git+https://github.com/Open-EO/openeo-python-client@761-apex-reference-check-needs-better-representation-ascii-art-diff-diff-image-statistics
24
25
- name : Run benchmark pytest suite
25
26
shell : bash
26
27
run : |
31
32
pytest \
32
33
-vv \
33
34
--log-cli-level=INFO \
34
- --random-subset=1 \
35
+ -k fusets_mogpr \
35
36
--html report/report.html --self-contained-html \
36
37
--track-metrics-json=report/metrics.json \
37
- --track-metrics-parquet-s3-bucket="apex-benchmarks" \
38
- --track-metrics-parquet-s3-key="metrics/v1/metrics.parquet" \
39
- --track-metrics-parquet-partitioning="YYYYMM" \
40
38
--basetemp=tmp_path_root \
41
39
--upload-assets-s3-bucket="apex-benchmarks" | tee pytest_output.txt
42
40
env :
You can’t perform that action at this time.
0 commit comments