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 5527153 commit a98f128Copy full SHA for a98f128
.github/workflows/numba-python-compatibility-actions.yml
@@ -23,6 +23,7 @@ jobs:
23
echo "latest_python_version=$(python ./versions.py -mode latest)" >> $GITHUB_OUTPUT
24
shell: bash
25
check_numba_python_compatibility:
26
+ needs: get_latest_python_version
27
env:
28
#req-python-version: '3.14'
29
req-python-version: ${{ fromJSON(needs.get_latest_python_version.outputs.latest_python_version) }}
0 commit comments