Skip to content

Commit c23dfe5

Browse files
Need to specify a version of Python version after all
Otherwise, actions/setup-python would be a no-op, falling back on the system version of Python - if it exists.
1 parent 04a0712 commit c23dfe5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
steps:
8282
- name: Setup Python
8383
uses: actions/setup-python@v6
84+
with:
85+
python-version: 3.x
8486
- uses: actions/checkout@v6
8587
with:
8688
persist-credentials: false

0 commit comments

Comments
 (0)