Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
[ -n "${{ secrets.DVC_SECRET_ACCESS_KEY }}" ] || { echo "DVC_SECRET_ACCESS_KEY secret is not set"; exit 1; }
dvc remote modify onezoom-r2 access_key_id ${{ secrets.DVC_ACCESS_KEY_ID }}
dvc remote modify onezoom-r2 secret_access_key ${{ secrets.DVC_SECRET_ACCESS_KEY }}
dvc freeze make_js_treefiles
dvc repro --allow-missing --dry | tee /dev/stderr | grep -q "Data and pipelines are up to date."
if dvc data status --not-in-remote | grep -q "Not in remote"; then exit 1; fi
test:
Expand Down
6 changes: 0 additions & 6 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,6 @@ stages:
md5: 81dfa9c3747bbe94c57161cc8e22d5c9.dir
size: 1158499655
nfiles: 7
outs:
- path: data/js_output/
hash: md5
md5: 9782411b79a64d6da09afacae2f3f047.dir
size: 8297912
nfiles: 6
discover_latest_wikidata_dump_url:
cmd: discover_latest_wikidata_dump_url >
data/Wiki/wd_JSON/latest-all-json-bz2-url.txt
Expand Down
3 changes: 1 addition & 2 deletions dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,4 @@ stages:
- make_js_treefiles --outdir data/js_output
deps:
- data/output_files/
outs:
- data/js_output/
always_changed: true
Loading