Skip to content

Commit

Permalink
GITHUB
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas committed Apr 21, 2024
1 parent acb674a commit cc2b16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
miniconda-version: "latest"
activate-environment: wood
channels: conda-forge
python-version: 3.8
python-version: 3.9.10

- name: build (windows)
run: |
conda install mpir mpfr boost-cpp eigen=3.4 cgal-cpp=5.5 pybind11 compas compas_view2 -y
conda install compas
pip install -r requirements-dev.txt
invoke docs
Expand Down

0 comments on commit cc2b16e

Please sign in to comment.