Skip to content

Commit 1f16ef8

Browse files
committed
CI: Re-add missing actions/setup-python recipe
Otherwise, CI/GHA will (currently) always use Python 3.12, which seems to be the default Python on the selected runner image.
1 parent 57d7174 commit 1f16ef8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
with:
5454
persist-credentials: false
5555

56+
- name: Set up Python
57+
uses: actions/setup-python@v6
58+
with:
59+
python-version: ${{ matrix.python-version }}
60+
5661
- name: Set up uv
5762
uses: astral-sh/setup-uv@v7
5863
with:

0 commit comments

Comments
 (0)