Skip to content

Commit 784ac76

Browse files
committed
Pin numba version and remove brew upgrade commands
1 parent 960b35c commit 784ac76

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/MacOS.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)