Skip to content

Commit 60cf9b2

Browse files
authored
Merge pull request #134 from compiler-research/Fix-ci
Pin numba and remove brew upgrade commands ci
2 parents 54d410b + f004134 commit 60cf9b2

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
@@ -538,7 +535,7 @@ jobs:
538535
python -m pip install --upgrade pip
539536
python -m pip install pytest
540537
python -m pip install pytest-xdist
541-
python -m pip install numba
538+
python -m pip install numba==0.61.2
542539
echo ::endgroup::
543540
echo ::group::Run complete test suite
544541
set -o pipefail

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ jobs:
531531
python -m pip install --upgrade pip
532532
python -m pip install pytest
533533
python -m pip install pytest-xdist
534-
python -m pip install numba
534+
python -m pip install numba==0.61.2
535535
echo ::endgroup::
536536
echo ::group::Run complete test suite
537537
set -o pipefail

0 commit comments

Comments
 (0)