Skip to content

Commit d721a25

Browse files
committed
add small OMAP ci datasets
1 parent 2445c76 commit d721a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare_test_data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
# -------
6161
# MACSima OMAP datasets are licensed as CC BY 4.0
6262
# OMAP23 for format v1.x.x
63-
# curl TBD -o OMAP23_small.zip
63+
curl -o OMAP23_small.zip "https://zenodo.org/api/records/18196452/files-archive"
6464
6565
# OMAP10 for format v0.x.x
66-
# curl TBD -o OMAP10_small.zip
66+
curl -o OMAP10_small.zip "https://zenodo.org/api/records/18196366/files-archive"
6767
6868
- name: Unzip files
6969
run: |

0 commit comments

Comments
 (0)