We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d2463 commit ce179dcCopy full SHA for ce179dc
.github/workflows/MacOS.yml
@@ -540,7 +540,7 @@ jobs:
540
python -m pip install --upgrade pip
541
python -m pip install pytest
542
python -m pip install pytest-xdist
543
- python -m pip install numba
+ python -m pip install numba==0.61.2
544
echo ::endgroup::
545
echo ::group::Run complete test suite
546
set -o pipefail
.github/workflows/Ubuntu.yml
@@ -617,7 +617,7 @@ jobs:
617
618
python -m uv pip install pytest
619
python -m uv pip install pytest-xdist
620
- python -m uv pip install numba
+ python -m uv pip install numba==0.61.2
621
python -m uv pip install psutil
622
623
0 commit comments