We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ccb47 commit e99a6d2Copy full SHA for e99a6d2
1 file changed
.github/workflows/ccpp.yml
@@ -129,7 +129,7 @@ jobs:
129
130
- name: Build Python interface
131
run: >
132
- pip install -e 'python/[test]'
+ pip install 'python/[test]'
133
--check-build-dependencies
134
--no-build-isolation
135
--config-settings=cmake.build-type="Developer"
@@ -145,7 +145,7 @@ jobs:
145
. ./mypy-env/bin/activate
146
pip install mypy types-cffi scipy-stubs
147
mypy -p dolfinx
148
- mypy -p dolfinx._cpp
+ mypy -p dolfinx.cpp
149
# mypy test
150
# mypy demo
151
0 commit comments