File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 run : python -c "import sys; print(sys.version)"
1717 shell : bash
1818 - name : Add Numba Release Candidate to Requirements File
19- run : python versions .py numba | grep rc | tail -n 1 | awk 'PREPEND="numba == " {print PREPEND $0}'> requirements.txt
19+ run : python all_versions .py numba | grep rc | tail -n 1 | awk 'PREPEND="numba == " {print PREPEND $0}'> requirements.txt
2020 shell : bash
2121 - name : Add Llvmlite Release Candidate to Requirements File
22- run : python versions .py llvmlite | grep rc | tail -n 1 | awk 'PREPEND="llvmlite == " {print PREPEND $0}'>> requirements.txt
22+ run : python all_versions .py llvmlite | grep rc | tail -n 1 | awk 'PREPEND="llvmlite == " {print PREPEND $0}'>> requirements.txt
2323 shell : bash
2424 - name : Install Release Candidate Requirements
2525 run : python -m pip install --upgrade -r requirements.txt
File renamed without changes.
You can’t perform that action at this time.
0 commit comments