Skip to content

Commit

Permalink
Trying to get this workflow to run!!!
Browse files Browse the repository at this point in the history
I think I understand what's happening now and why my workflow won't run on my fork. Added a dummy print to see if this triggers anything, since my last change was just to the workflow file (which GH might not recognize as a real push?)
  • Loading branch information
nataliejschultz committed Sep 18, 2023
1 parent 9f4f819 commit 0283672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: nominatim-docker-test
on:
pull_request:
branches:
- 'nominatim'
# - master
- master
push:
branches:
- 'nataliejschultz/nominatim'
Expand Down
2 changes: 1 addition & 1 deletion emission/individual_tests/TestNominatim.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import emission.net.ext_service.geocoder.nominatim as eco
import emission.analysis.intake.cleaning.clean_and_resample as clean


print("Starting to test Nominatim")
#temporarily sets NOMINATIM_QUERY_URL to the environment variable for testing.
NOMINATIM_QUERY_URL_env = os.environ.get("NOMINATIM_QUERY_URL", "")
NOMINATIM_QUERY_URL = NOMINATIM_QUERY_URL_env if NOMINATIM_QUERY_URL_env != "" else eco.NOMINATIM_QUERY_URL
Expand Down

0 comments on commit 0283672

Please sign in to comment.