We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a69061 commit 37ed58fCopy full SHA for 37ed58f
.github/workflows/ccpp.yml
@@ -63,7 +63,14 @@ jobs:
63
submodules: true
64
65
- name: Install dependencies
66
- run: brew update && brew upgrade && brew install boost gsl hdf5 cmake python
+ 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
74
75
- name: Build and Install ecell4_base
76
run: /usr/local/bin/python3 setup.py install
0 commit comments