Skip to content

Commit 48d36f3

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 2ccb47f commit 48d36f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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