Skip to content

Commit 2968a5a

Browse files
committed
Tests run fine locally, so trying xvfb plugin in CI
1 parent e7a2d9b commit 2968a5a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test_freecad.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
unset CONDA_PREFIX_1
2020
pip install -e .
2121
pip install -e .[dev]
22+
pip install pytest-xvfb
2223
python -m pytest -v tests/test_freecad.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "cq_cli"
6+
name = "cadquery-cli"
77
version = "2.3.0"
88
license = {file = "LICENSE"}
99
authors = [

0 commit comments

Comments
 (0)