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 a29e83d commit 604e328Copy full SHA for 604e328
.github/workflows/numba-release-candidate-actions.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Get Latet Python Version
21
id: set-safe
22
run: |
23
+ python ./versions.py -mode safe
24
echo "safe_python_version=$(python ./versions.py -mode safe)" >> $GITHUB_OUTPUT
25
shell: bash
26
check_numba_release_candidate:
0 commit comments