Skip to content

Commit 7a556e2

Browse files
committed
Always use Python 3.8 for tox in GitHub Actions
1 parent 56254c9 commit 7a556e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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'

0 commit comments

Comments
 (0)