Skip to content

Commit c25f146

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 9193666 commit c25f146

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
@@ -86,6 +86,8 @@ jobs:
8686
steps:
8787
- name: Setup Python
8888
uses: actions/setup-python@v6
89+
with:
90+
python-version: 3.x
8991
- uses: actions/checkout@v6
9092
with:
9193
persist-credentials: false

0 commit comments

Comments
 (0)