rolling back py to 3.9 for deploying
This commit is contained in:
parent
435ac79a81
commit
2a38ed7ead
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -121,11 +121,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3 # get source
|
||||
|
||||
# PYTHON
|
||||
- name: Install Python 3.10
|
||||
# PYTHON (pinned to 3.9 for gcloud attribute mapping error)
|
||||
- name: Install Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.9'
|
||||
|
||||
# PYTHON for dependency export only, not installing
|
||||
- name: Install Poetry 1.1.14
|
||||
|
Loading…
Reference in New Issue
Block a user