Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 42d5bf1

Browse files
committed
for testing purposes
1 parent ea09d7e commit 42d5bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
- name: Set up Newest Stable Python
235235
uses: actions/setup-python@v5
236236
with:
237-
python-version: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}[-1]
237+
python-version: ${{ needs.all_python_setup.outputs.all_python && fromJSON(needs.all_python_setup.outputs.all_python) }}[-1]
238238
cache: 'pip'
239239
- name: Install system dependencies.
240240
run: |

0 commit comments

Comments
 (0)