We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a2d9b commit 2968a5aCopy full SHA for 2968a5a
2 files changed
.github/workflows/test_freecad.yml
@@ -19,4 +19,5 @@ jobs:
19
unset CONDA_PREFIX_1
20
pip install -e .
21
pip install -e .[dev]
22
+ pip install pytest-xvfb
23
python -m pytest -v tests/test_freecad.py
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[project]
6
-name = "cq_cli"
+name = "cadquery-cli"
7
version = "2.3.0"
8
license = {file = "LICENSE"}
9
authors = [
0 commit comments