Don't use datasette main branch for demos #161
Annotations
1 error and 2 warnings
deploy
google-github-actions/setup-gcloud failed with: failed to execute command `gcloud --quiet auth activate-service-account *** --key-file -`: /opt/hostedtoolcache/gcloud/275.0.0/x64/lib/third_party/ipaddress/__init__.py:1106: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
raise TypeError("%s and %s are not of the same version" (a, b))
/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/core/console/console_io.py:544: SyntaxWarning: "is" with a literal. Did you mean "=="?
if answer is None or (answer is '' and default is not None):
ERROR: gcloud failed to load: module 'collections' has no attribute 'MutableMapping'
gcloud_main = _import_gcloud_main()
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/gcloud.py", line 48, in _import_gcloud_main
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/gcloud_main.py", line 33, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/api_lib/iamcredentials/util.py", line 26, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/api_lib/util/exceptions.py", line 33, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/core/resource/resource_printer.py", line 42, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/core/resource/config_printer.py", line 25, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/core/resource/resource_printer_base.py", line 47, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/googlecloudsdk/core/resource/resource_projector.py", line 69, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/third_party/google/protobuf/json_format.py", line 64, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/third_party/google/protobuf/symbol_database.py", line 62, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/third_party/google/protobuf/message_factory.py", line 44, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/third_party/google/protobuf/reflection.py", line 58, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/third_party/google/protobuf/internal/python_message.py", line 62, in <module>
File "/opt/hostedtoolcache/gcloud/275.0.0/x64/lib/third_party/google/protobuf/internal/containers.py", line 182, in <module>
^^^^^^^^^^^^^^^^^^^^^^^^^^
This usually indicates corruption in your gcloud installation or problems with your Python interpreter.
Please verify that the following is the path to a working Python 2.7 executable:
/opt/hostedtoolcache/Python/3.11.4/x64/bin/python
If it is not, please set the CLOUDSDK_PYTHON environment variable to point to a working Python 2.7 executable.
If you are still experiencing problems, please reinstall the Cloud SDK using the instructions here:
https://cloud.google.com/sdk/
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy
"service_account_key" has been deprecated. Please switch to using google-github-actions/auth which supports both Workload Identity Federation and Service Account Key JSON authentication. For more details, see https://github.com/google-github-actions/setup-gcloud#authorization
|