Skip to content

Commit 4a0bf41

Browse files
committed
Mark ccp module and test standalone
1 parent a1c1042 commit 4a0bf41

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
. ./mypy-env/bin/activate
146146
pip install mypy types-cffi scipy-stubs
147147
mypy -p dolfinx
148+
mypy -p dolfinx.cpp
148149
# mypy test
149150
# mypy demo
150151

python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ nanobind_add_stub(
195195
RECURSIVE
196196
INSTALL_TIME
197197
OUTPUT_PATH dolfinx
198+
MARKER_FILE dolfinx/cpp/py.typed
198199
OUTPUT
199200
dolfinx/cpp/fem/__init__.pyi
200201
dolfinx/cpp/fem/petsc.pyi

0 commit comments

Comments
 (0)