File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 86
86
python3 -m isort --check .
87
87
- name : mypy checks
88
88
run : |
89
- python3 -m pip install mypy types-setuptools --upgrade # TO REMOVE
90
89
cd python/
91
90
mypy dolfinx
92
91
mypy demo
@@ -118,7 +117,6 @@ jobs:
118
117
119
118
- name : Build C++ interface documentation
120
119
run : |
121
- python3 -m pip install breathe # TO REMOVE
122
120
export DOLFINX_VERSION=`cmake -L build | grep DOXYGEN_DOLFINX_VERSION | cut -f2 -d "="`
123
121
echo $DOLFINX_VERSION
124
122
cd cpp/doc
@@ -147,11 +145,9 @@ jobs:
147
145
148
146
- name : Build Python interface
149
147
run : |
150
- python3 -m pip install -r python/build-requirements.txt # TO REMOVE
151
148
python3 -m pip -v install --check-build-dependencies --no-build-isolation python/
152
149
- name : Build Python interface documentation
153
150
run : |
154
- python3 -m pip install sphinx==5.0.2 # TO REMOVE
155
151
cd python/doc
156
152
make html
157
153
Original file line number Diff line number Diff line change 87
87
- name : Build DOLFINx Python interface
88
88
run : |
89
89
. /opt/intel/oneapi/setvars.sh
90
- pip -v install -r python/build-requirements.txt # TO REMOVE
91
90
pip -v install --check-build-dependencies --no-build-isolation python/
92
91
- name : Set default DOLFINx JIT options
93
92
run : |
96
95
- name : Run DOLFINx demos (Python, serial)
97
96
run : |
98
97
. /opt/intel/oneapi/setvars.sh
99
- pip install matplotlib # TO REMOVE
100
98
pytest -v -n=2 -m serial --durations=10 python/demo/test.py
101
99
- name : Run DOLFINx demos (Python, MPI (np=2))
102
100
run : |
Original file line number Diff line number Diff line change 64
64
65
65
- name : Build Python interface (editable install)
66
66
run : |
67
- python3 -m pip -v install -r python/build-requirements.txt # TO REMOVE
68
67
python3 -m pip -v install --check-build-dependencies --no-build-isolation --config-settings=cmake.build-type=Debug --config-settings=build-dir="build" -e python/
69
68
70
69
- name : Set default DOLFINx JIT options
You can’t perform that action at this time.
0 commit comments