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:
166
166
brew unlink "$pkg"
167
167
brew link --overwrite "$pkg"
168
168
done
169
- brew upgrade openssl >/dev/null 2>&1
170
- brew upgrade
171
169
brew install ninja
172
170
173
171
- name : Build LLVM/Cling if the cache is invalid
@@ -409,7 +407,6 @@ jobs:
409
407
brew unlink "$pkg"
410
408
brew link --overwrite "$pkg"
411
409
done
412
- brew upgrade --force
413
410
brew install eigen
414
411
brew install boost
415
412
brew install gnu-sed
@@ -539,7 +536,7 @@ jobs:
539
536
python -m pip install --upgrade pip
540
537
python -m pip install pytest
541
538
python -m pip install pytest-xdist
542
- python -m pip install numba
539
+ python -m pip install numba==0.61.2
543
540
echo ::endgroup::
544
541
echo ::group::Run complete test suite
545
542
set -o pipefail
Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ jobs:
532
532
python -m pip install --upgrade pip
533
533
python -m pip install pytest
534
534
python -m pip install pytest-xdist
535
- python -m pip install numba
535
+ python -m pip install numba==0.61.2
536
536
echo ::endgroup::
537
537
echo ::group::Run complete test suite
538
538
set -o pipefail
You can’t perform that action at this time.
0 commit comments