Skip to content

Commit 15fc0bc

Browse files
authored
Merge pull request #25 from minrk/ipp-noninteractive
fixes for ipyparallel output issues
2 parents 247f5d0 + 1cc70d0 commit 15fc0bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
DEB_PYTHON_INSTALL_LAYOUT: deb_system
11+
IPP_NONINTERACTIVE: "1"
1112

1213
defaults:
1314
run:

environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ dependencies:
1111
- numpy
1212
- pandas
1313
- autopep8
14-
- fenics-dolfinx
14+
- fenics-dolfinx
15+
- pip:
16+
- ipyparallel>=8.6

0 commit comments

Comments
 (0)