Skip to content

Commit

Permalink
💚 untap openssl and python2 from brew
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina authored and kozo2 committed Oct 27, 2020
1 parent 4a69061 commit 37ed58f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,14 @@ jobs:
submodules: true

- name: Install dependencies
run: brew update && brew upgrade && brew install boost gsl hdf5 cmake python
run: |
brew uninstall [email protected]
brew uninstall [email protected]
brew untap local/openssl
brew untap local/python2
brew update
brew upgrade
brew install boost gsl hdf5 cmake python
- name: Build and Install ecell4_base
run: /usr/local/bin/python3 setup.py install
Expand Down

0 comments on commit 37ed58f

Please sign in to comment.