File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,13 @@ jobs:
1111
1212 - name : Install and Test
1313 run : |
14- conda create -y -n freecad -c conda-forge python=3.11 freecad=0.21.2
14+ conda create -y -n freecad -c conda-forge python=3.11 freecad=0.21.2 cadquery
1515 conda init bash
1616 source /usr/share/miniconda/bin/activate
1717 conda activate freecad
1818 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
19+ pip install -e . --no-deps
20+ pip install cadquery_freecad_import_plugin
2821 pip install -e .[dev]
2922 pip install pytest-xvfb
3023 python -m pytest -v tests/test_freecad.py
You can’t perform that action at this time.
0 commit comments