Skip to content

Commit e671c10

Browse files
committed
update workflow docs
1 parent ad94729 commit e671c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: build (windows)
3131
run: |
32-
conda install eigen boost-cpp mpir mpfr cgal-cpp">=5.0" pybind11 COMPAS">=0.16.0" -y
32+
conda install eigen=3.3 boost-cpp mpir mpfr cgal-cpp=5.2 pybind11 COMPAS">=0.16.0" -y
3333
pip install -r requirements-dev.txt
3434
invoke docs
3535
@@ -50,11 +50,11 @@ jobs:
5050
keep_history: true
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
53+
5454
outputs:
5555
commit_type: ${{ steps.docs.outputs.commit_type }}
5656
current_version: ${{ steps.docs.outputs.current_version }}
57-
57+
5858
docVersions:
5959
needs: build
6060
if: needs.build.outputs.commit_type == 'tag'

0 commit comments

Comments
 (0)