Skip to content

Commit

Permalink
generate data/lat-lon-to-ids.json in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Oct 31, 2024
1 parent 5446c49 commit 40c0358
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2etest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
- name: Check for diffs
run: |
git diff --exit-code data/
- name: Generate geocodes
run: |
export PYTHONPATH=.
tar -xzf geocache.tgz
poetry run oldnyc/geocode/geocode.py --images_ndjson data/photos.ndjson --lat_lon_map data/lat-lon-map.txt --output_format lat-lon-to-ids.json --geocode > data/lat-lon-to-ids.json
- name: Generate static site
run: |
export PYTHONPATH=.
Expand Down

0 comments on commit 40c0358

Please sign in to comment.