commit dff79110641b5312c4051d1322f50dc0277ecc71 parent e540cbac3700a78528165eaf493a89055c21fbf1 Author: David Freifeld <freifeld.david@gmail.com> Date: Fri, 7 Aug 2020 12:58:29 -0700 Removed install.sh, ignoring pybind install for now Diffstat:
| M | .github/workflows/test.yml | | | 18 | +++++++++++++++--- |
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -14,10 +14,22 @@ jobs: steps: - uses: actions/checkout@v2 - name: install - run: sh install.sh + run: brew install eigen + # python 3 -m pip install pytest + # git clone https://github.com/pybind/pybind11.git + # mkdir build + # cd build + # cmake .. + # make check -j 4 + # make + # sudo make install - name: cmake . run: cmake . - name: make run: make - - name: ctest - run: ctest + + extended-checks: + - name: ctest + run: ctest + +