File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434 - name : build (mac)
3535 if : matrix.os == 'macos-latest'
3636 run : |
37- conda install eigen=3.3 boost-cpp gmp mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
37+ conda install eigen=3.3 boost-cpp gmp mpfr cgal-cpp=5.2 pybind11 compas -y
3838 pip install -r requirements-dev.txt
3939
4040 - name : build (windows)
4141 if : matrix.os == 'windows-latest'
4242 run : |
43- conda install eigen=3.3 boost-cpp mpir mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
43+ conda install eigen=3.3 boost-cpp mpir mpfr cgal-cpp=5.2 pybind11 compas -y
4444 pip install -r requirements-dev.txt
4545
4646 - name : Lint with flake8
Original file line number Diff line number Diff line change 2929
3030 - name : build (windows)
3131 run : |
32- conda install eigen=3.3 boost-cpp mpir mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
32+ conda install eigen=3.3 boost-cpp mpir mpfr cgal-cpp=5.2 pybind11 compas -y
3333 pip install -r requirements-dev.txt
3434 invoke docs
3535
You can’t perform that action at this time.
0 commit comments