Skip to content

Commit bf0e943

Browse files
committed
Trying to install dependencies differently in conda
1 parent db4e359 commit bf0e943

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/test_freecad.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)