8000 Updated files with 'repo_helper'. · domdfcoding/domdf_python_tools@574827c · GitHub
[go: up one dir, main page]

Skip to content

Commit 574827c

Browse files
Updated files with 'repo_helper'.
1 parent 95489de commit 574827c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/python_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
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'

.github/workflows/python_ci_linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
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'

.github/workflows/python_ci_macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
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'

0 commit comments

Comments
 (0)
0