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.
2 parents 176d217 + 15fc0bc commit 8ae8015Copy full SHA for 8ae8015
.github/workflows/build_docs.yml
@@ -8,6 +8,7 @@ on:
8
9
env:
10
DEB_PYTHON_INSTALL_LAYOUT: deb_system
11
+ IPP_NONINTERACTIVE: "1"
12
13
defaults:
14
run:
environment.yml
@@ -11,4 +11,6 @@ dependencies:
- numpy
- pandas
- autopep8
- - fenics-dolfinx
+ - fenics-dolfinx
15
+ - pip:
16
+ - ipyparallel>=8.6
0 commit comments