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 7b11f26 commit 61ff609Copy full SHA for 61ff609
.github/workflows/test_freecad.yml
@@ -18,6 +18,13 @@ jobs:
18
python -m pip install --upgrade pip
19
unset CONDA_PREFIX_1
20
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
28
pip install -e .[dev]
29
pip install pytest-xvfb
30
python -m pytest -v tests/test_freecad.py
0 commit comments