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 247f5d0 commit 1cc70d0Copy full SHA for 1cc70d0
.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