You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests are currently exclusively ran by Github actions where Sentinel Hub credentials are retrieved through environmental variables. Let's add a command line argument to pytest to pass the local path to the credential file. Then, in test_earthspy.py, use the environmental variable if it is in os.environ, otherwise, access the path given by the user.
The text was updated successfully, but these errors were encountered:
Tests are currently exclusively ran by Github actions where Sentinel Hub credentials are retrieved through environmental variables. Let's add a command line argument to
pytest
to pass the local path to the credential file. Then, intest_earthspy.py
, use the environmental variable if it is inos.environ
, otherwise, access the path given by the user.The text was updated successfully, but these errors were encountered: