We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e95fb6 commit b0970a8Copy full SHA for b0970a8
.github/workflows/build.yml
@@ -280,8 +280,7 @@ jobs:
280
- name: Install numba
281
if: ${{ matrix.REQUIRES_NUMBA }}
282
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
+ pip install --pre numba
285
# numba may force install an older version of setuptools,
286
# but it isn't actually a *runtime* requirement numba/numba#8366
287
pip install --upgrade --force-reinstall setuptools
0 commit comments