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 ad94729 commit e671c10Copy full SHA for e671c10
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: build (windows)
31
run: |
32
- 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
33
pip install -r requirements-dev.txt
34
invoke docs
35
@@ -50,11 +50,11 @@ jobs:
50
keep_history: true
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
-
+
54
outputs:
55
commit_type: ${{ steps.docs.outputs.commit_type }}
56
current_version: ${{ steps.docs.outputs.current_version }}
57
58
docVersions:
59
needs: build
60
if: needs.build.outputs.commit_type == 'tag'
0 commit comments