Skip to content

Commit

Permalink
update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 17, 2024
1 parent b28a69d commit f5e1bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_svinsight.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def run_svi_workflow(project, boundary, year, overwrite=True):
def project():
return svi(project_name, file_path, api_key, geoids)

api_key = os.getenv('API_KEY')
api_key = os.environ.get('API_KEY')
##############################################################################################
# develop a test project for single county
project_name = 'test_project_single_county'
Expand Down

0 comments on commit f5e1bb9

Please sign in to comment.