Need to stick to Python 3.9 for gcloud

This commit is contained in:
Simon Willison 2023-08-28 20:46:12 -07:00 committed by GitHub
commit a1f3d75a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,9 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
# gcloud commmand breaks on higher Python versions, so stick with 3.9:
with:
python-version: "3.11"
python-version: "3.9"
- uses: actions/cache@v3
name: Configure pip caching
with: