rolling python version back to 3.8

This commit is contained in:
andy 2022-07-27 17:57:16 +01:00
parent 0fceb82fdb
commit 5828e4e584
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ['3.10'] python-version: ['3.8']
poetry-version: [1.1.14] poetry-version: [1.1.14]
node: [18] node: [18]
os: [ubuntu-latest] os: [ubuntu-latest]
@ -68,10 +68,10 @@ jobs:
- uses: actions/checkout@v3 # get source - uses: actions/checkout@v3 # get source
# PYTHON # PYTHON
- name: Install Python 3.10 - name: Install Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: '3.10' python-version: '3.8'
# PYTHON for dependency export only, not installing # PYTHON for dependency export only, not installing
- name: Install Poetry 1.1.14 - name: Install Poetry 1.1.14
@ -122,10 +122,10 @@ jobs:
- uses: actions/checkout@v3 # get source - uses: actions/checkout@v3 # get source
# PYTHON # PYTHON
- name: Install Python 3.10 - name: Install Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: '3.10' python-version: '3.8'
# PYTHON for dependency export only, not installing # PYTHON for dependency export only, not installing
- name: Install Poetry 1.1.14 - name: Install Poetry 1.1.14

View File

@ -1,4 +1,4 @@
runtime: python310 runtime: python38
service: spotify service: spotify
#instance_class: F1 #instance_class: F1