Skip to content

Commit e99a6d2

Browse files
committed
no editable
1 parent 50ccb47 commit e99a6d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Build Python interface
131131
run: >
132-
pip install -e 'python/[test]'
132+
pip install 'python/[test]'
133133
--check-build-dependencies
134134
--no-build-isolation
135135
--config-settings=cmake.build-type="Developer"
@@ -145,7 +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
148+
mypy -p dolfinx.cpp
149149
# mypy test
150150
# mypy demo
151151

0 commit comments

Comments
 (0)