We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98be921 commit ea09d7eCopy full SHA for ea09d7e
.github/workflows/tests.yaml
@@ -231,7 +231,7 @@ jobs:
231
variant: ['', _alternative_templates]
232
steps:
233
- uses: actions/checkout@v4
234
- - name: Set up Python ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}[-1]
+ - name: Set up Newest Stable Python
235
uses: actions/setup-python@v5
236
with:
237
python-version: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}[-1]
0 commit comments