Skip to content

Commit d6470c7

Browse files
committed
newer compas
1 parent 4f65be5 commit d6470c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)