We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93e593 commit ad94729Copy full SHA for ad94729
.github/workflows/build.yml
@@ -34,15 +34,15 @@ jobs:
34
- name: build (mac)
35
if: matrix.os == 'macos-latest'
36
run: |
37
- conda install eigen boost-cpp gmp mpfr cgal-cpp">=5.0" pybind11 COMPAS">=0.16.0" -y
+ conda install eigen=3.3 boost-cpp gmp mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
38
pip install -r requirements-dev.txt
39
-
+
40
- name: build (windows)
41
if: matrix.os == 'windows-latest'
42
43
- conda install eigen boost-cpp mpir mpfr cgal-cpp">=5.0" pybind11 COMPAS">=0.16.0" -y
+ conda install eigen=3.3 boost-cpp mpir mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
44
45
46
- name: Lint with flake8
47
48
invoke lint
0 commit comments