Skip to content

Commit 13b9b29

Browse files
authored
[ci] Lock numba to version 0.61.2 (#719)
The recent release of numba 0.62 on September 18th broke our CI with a crash in some tests. As part of supporting lates numba, we require new suppressions due to leaks in llvm::ScalarEvolution in a pass by numba through llvmlite We should hence lock the version to 0.61 until we can fully support latest numba.
1 parent 9c7118b commit 13b9b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
python -m pip install --upgrade pip
7979
python -m pip install pytest
8080
python -m pip install pytest-xdist
81-
python -m pip install numba
81+
python -m pip install numba==0.61.2
8282
echo ::endgroup::
8383
echo ::group::Run complete test suite
8484
set -o pipefail

0 commit comments

Comments
 (0)