rolling python version back to 3.8
This commit is contained in:
parent
0fceb82fdb
commit
5828e4e584
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.10']
|
||||
python-version: ['3.8']
|
||||
poetry-version: [1.1.14]
|
||||
node: [18]
|
||||
os: [ubuntu-latest]
|
||||
@ -68,10 +68,10 @@ jobs:
|
||||
- uses: actions/checkout@v3 # get source
|
||||
|
||||
# PYTHON
|
||||
- name: Install Python 3.10
|
||||
- name: Install Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.8'
|
||||
|
||||
# PYTHON for dependency export only, not installing
|
||||
- name: Install Poetry 1.1.14
|
||||
@ -122,10 +122,10 @@ jobs:
|
||||
- uses: actions/checkout@v3 # get source
|
||||
|
||||
# PYTHON
|
||||
- name: Install Python 3.10
|
||||
- name: Install Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.8'
|
||||
|
||||
# PYTHON for dependency export only, not installing
|
||||
- name: Install Poetry 1.1.14
|
||||
|
Loading…
Reference in New Issue
Block a user