Skip to content

Commit e5c8bae

Browse files
committed
Changed script name
1 parent 9963f1d commit e5c8bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/numba-release-candidate-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)