File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5959 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
6060 uses : " actions/setup-python@v4"
6161 with :
62- python-version : " ${{ matrix.config.python-version }}"
62+ python-version : |
63+ ${{ matrix.config.python-version }}
64+ 3.8
6365
6466 - name : Install dependencies 🔧
6567 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 6060 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
6161 uses : " actions/setup-python@v4"
6262 with :
63- python-version : " ${{ matrix.config.python-version }}"
63+ python-version : |
64+ ${{ matrix.config.python-version }}
65+ 3.8
6466
6567 - name : Install dependencies 🔧
6668 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 5858 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
5959 uses : " actions/setup-python@v4"
6060 with :
61- python-version : " ${{ matrix.config.python-version }}"
61+ python-version : |
62+ ${{ matrix.config.python-version }}
63+ 3.8
6264
6365 - name : Install dependencies 🔧
6466 if : steps.setup-python.outcome == 'success'
You can’t perform that action at this time.
0 commit comments