Skip to content

Commit ea09d7e

Browse files
committed
for testing purposes
1 parent 98be921 commit ea09d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
variant: ['', _alternative_templates]
232232
steps:
233233
- uses: actions/checkout@v4
234-
- name: Set up Python ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}[-1]
234+
- name: Set up Newest Stable Python
235235
uses: actions/setup-python@v5
236236
with:
237237
python-version: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}[-1]

0 commit comments

Comments
 (0)