Skip to content

Commit ce179dc

Browse files
committed
[ci] Lock numba version to 0.61.2
1 parent e5d2463 commit ce179dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ jobs:
540540
python -m pip install --upgrade pip
541541
python -m pip install pytest
542542
python -m pip install pytest-xdist
543-
python -m pip install numba
543+
python -m pip install numba==0.61.2
544544
echo ::endgroup::
545545
echo ::group::Run complete test suite
546546
set -o pipefail

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
python -m pip install --upgrade pip
618618
python -m uv pip install pytest
619619
python -m uv pip install pytest-xdist
620-
python -m uv pip install numba
620+
python -m uv pip install numba==0.61.2
621621
python -m uv pip install psutil
622622
echo ::endgroup::
623623
echo ::group::Run complete test suite

0 commit comments

Comments
 (0)