File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,6 @@ jobs:
166166 brew unlink "$pkg"
167167 brew link --overwrite "$pkg"
168168 done
169- brew upgrade openssl >/dev/null 2>&1
170- brew upgrade
171169 brew install ninja
172170
173171 - name : Build LLVM/Cling if the cache is invalid
@@ -409,7 +407,6 @@ jobs:
409407 brew unlink "$pkg"
410408 brew link --overwrite "$pkg"
411409 done
412- brew upgrade --force
413410 brew install eigen
414411 brew install boost
415412 brew install gnu-sed
@@ -539,7 +536,7 @@ jobs:
539536 python -m pip install --upgrade pip
540537 python -m pip install pytest
541538 python -m pip install pytest-xdist
542- python -m pip install numba
539+ python -m pip install numba==0.61.2
543540 echo ::endgroup::
544541 echo ::group::Run complete test suite
545542 set -o pipefail
Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ jobs:
532532 python -m pip install --upgrade pip
533533 python -m pip install pytest
534534 python -m pip install pytest-xdist
535- python -m pip install numba
535+ python -m pip install numba==0.61.2
536536 echo ::endgroup::
537537 echo ::group::Run complete test suite
538538 set -o pipefail
You can’t perform that action at this time.
0 commit comments