Skip to content

Commit 30c1508

Browse files
committed
add occ for docs build
1 parent 021e117 commit 30c1508

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/docs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20+
- uses: conda-incubator/[email protected]
21+
with:
22+
miniconda-version: "latest"
23+
activate-environment: occ
24+
channels: conda-forge
25+
26+
- name: build
27+
run: |
28+
conda install compas pythonocc-core -y
29+
pip install -r requirements-dev.txt
30+
2031
- uses: compas-dev/[email protected]
2132
id: docs
2233
with:

0 commit comments

Comments
 (0)