Skip to content

Commit a98f128

Browse files
committed
Minor change
1 parent 5527153 commit a98f128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/numba-python-compatibility-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
echo "latest_python_version=$(python ./versions.py -mode latest)" >> $GITHUB_OUTPUT
2424
shell: bash
2525
check_numba_python_compatibility:
26+
needs: get_latest_python_version
2627
env:
2728
#req-python-version: '3.14'
2829
req-python-version: ${{ fromJSON(needs.get_latest_python_version.outputs.latest_python_version) }}

0 commit comments

Comments
 (0)