commit 460b4f13ff2f89cee8b881203ec95cafca2e41f9
parent 7028688481848a806470cdf949b01ab6a87bb8c2
Author: richardfeynmanrocks <freifeld.david@gmail.com>
Date: Mon, 21 Sep 2020 13:56:40 -0700
Attempt to fix workflow
This isn't going to work and installing dependencies in workflows is miserable.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install
- run: git clone https://gitlab.com/libeigen/eigen.git && cd eigen && cp -R Eigen /usr/local/include/ && cd .. && gcc -x c++ -v -E /dev/null
+ run: brew install eigen
# python 3 -m pip install pytest
# git clone https://github.com/pybind/pybind11.git
# mkdir build