Skip to content

Commit ad94729

Browse files
committed
update build workflow
1 parent d93e593 commit ad94729

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: build (mac)
3535
if: matrix.os == 'macos-latest'
3636
run: |
37-
conda install eigen boost-cpp gmp mpfr cgal-cpp">=5.0" pybind11 COMPAS">=0.16.0" -y
37+
conda install eigen=3.3 boost-cpp gmp mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
3838
pip install -r requirements-dev.txt
39-
39+
4040
- name: build (windows)
4141
if: matrix.os == 'windows-latest'
4242
run: |
43-
conda install eigen boost-cpp mpir mpfr cgal-cpp">=5.0" pybind11 COMPAS">=0.16.0" -y
43+
conda install eigen=3.3 boost-cpp mpir mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
4444
pip install -r requirements-dev.txt
45-
45+
4646
- name: Lint with flake8
4747
run: |
4848
invoke lint

0 commit comments

Comments
 (0)