File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 59
59
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
60
60
uses : " actions/setup-python@v4"
61
61
with :
62
- python-version : " ${{ matrix.config.python-version }}"
62
+ python-version : |
63
+ ${{ matrix.config.python-version }}
64
+ 3.8
63
65
64
66
- name : Install dependencies 🔧
65
67
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 60
60
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
61
61
uses : " actions/setup-python@v4"
62
62
with :
63
- python-version : " ${{ matrix.config.python-version }}"
63
+ python-version : |
64
+ ${{ matrix.config.python-version }}
65
+ 3.8
64
66
65
67
- name : Install dependencies 🔧
66
68
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 58
58
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
59
59
uses : " actions/setup-python@v4"
60
60
with :
61
- python-version : " ${{ matrix.config.python-version }}"
61
+ python-version : |
62
+ ${{ matrix.config.python-version }}
63
+ 3.8
62
64
63
65
- name : Install dependencies 🔧
64
66
if : steps.setup-python.outcome == 'success'
You can’t perform that action at this time.
0 commit comments