From 2a38ed7ead618c55b1fc746dc1351bb8b67fba3e Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 28 Jul 2022 07:57:27 +0100 Subject: [PATCH] rolling back py to 3.9 for deploying --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cd7a54..491b26d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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