Skip to content

Commit b0970a8

Browse files
committed
Install RC numba for Python 3.13
1 parent 9e95fb6 commit b0970a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ jobs:
280280
- name: Install numba
281281
if: ${{ matrix.REQUIRES_NUMBA }}
282282
run: |
283-
pip install git+https://github.com/numba/llvmlite.git@main#egg=llvmlite
284-
pip install git+https://github.com/numba/numba.git@main#egg=numba
283+
pip install --pre numba
285284
# numba may force install an older version of setuptools,
286285
# but it isn't actually a *runtime* requirement numba/numba#8366
287286
pip install --upgrade --force-reinstall setuptools

0 commit comments

Comments
 (0)