mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Need to stick to Python 3.9 for gcloud
This commit is contained in:
parent
92b8bf38c0
commit
a1f3d75a52
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy-latest.yml
vendored
3
.github/workflows/deploy-latest.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue