Skip to content

Commit 61ff609

Browse files
committed
Manually installing CadQuery dependencies
1 parent 7b11f26 commit 61ff609

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test_freecad.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
python -m pip install --upgrade pip
1919
unset CONDA_PREFIX_1
2020
pip install -e .
21+
pip install "cadquery-ocp>=7.8.1,<7.9"
22+
pip install "ezdxf>=1.3.0"
23+
pip install "multimethod>=1.11,<2.0"
24+
pip install "nlopt>=2.9.0,<3.0"
25+
pip install typish
26+
pip install casadi
27+
pip install path
2128
pip install -e .[dev]
2229
pip install pytest-xvfb
2330
python -m pytest -v tests/test_freecad.py

0 commit comments

Comments
 (0)