Skip to content

Commit

Permalink
Testing pinning the google_api_python_client module version
Browse files Browse the repository at this point in the history
This was the only difference I could find between the actions that ran last week and are failing now.
  • Loading branch information
cgmorton committed Mar 6, 2024
1 parent 232b6a2 commit 591bb71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/landsat_thermal_sharpening.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Landsat Thermal Sharpening Example"
"# Landsat LST Sharpening Example"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion openet/lst/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_init():
logging.getLogger('googleapiclient').setLevel(logging.ERROR)
logging.debug('Test Setup')

# On Travis-CI authenticate using private key environment variable
# For GitHub Actions authenticate using private key environment variable
if 'EE_PRIVATE_KEY_B64' in os.environ:
print('Writing privatekey.json from environmental variable ...')
content = base64.b64decode(os.environ['EE_PRIVATE_KEY_B64']).decode('ascii')
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
dependencies = [
"earthengine-api >= 0.1.367, < 0.1.392",
"openet-core >= 0.2.0",
"google-api-python-client <= 2.120.0",
]

[project.urls]
Expand Down

0 comments on commit 591bb71

Please sign in to comment.