Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37ed58f

Browse files
ToruNiinakozo2
authored andcommittedOct 27, 2020
💚 untap openssl and python2 from brew
1 parent 4a69061 commit 37ed58f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎.github/workflows/ccpp.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,14 @@ jobs:
6363
submodules: true
6464

6565
- name: Install dependencies
66-
run: brew update && brew upgrade && brew install boost gsl hdf5 cmake python
66+
run: |
67+
brew uninstall openssl@1.0.2t
68+
brew uninstall python@2.7.17
69+
brew untap local/openssl
70+
brew untap local/python2
71+
brew update
72+
brew upgrade
73+
brew install boost gsl hdf5 cmake python
6774
6875
- name: Build and Install ecell4_base
6976
run: /usr/local/bin/python3 setup.py install

0 commit comments

Comments
 (0)
Please sign in to comment.