Skip to content

Commit

Permalink
remove stray line
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Oct 31, 2024
1 parent b6b20de commit eab0003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2etest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Run geocoder
run: |
PYTHONPATH=. poetry run oldnyc/geocode/geocode.py --ids_filter test/random200-ids.txt --images_ndjson data/images.ndjson --output_format id-location.txt --geocode > >(tee test/random200-geocoded.txt) 2> >(tee test/random200.logs.txt >&2)
lat-lon-to-ids.json
# See https://stackoverflow.com/a/692407/388951 for the stdout/stderr redirection
- name: Generate truth data
run: |
Expand Down

0 comments on commit eab0003

Please sign in to comment.