Skip to content

Commit

Permalink
install pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 7, 2024
1 parent ef65997 commit e9de55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Generate notebooks
run: |
python3 -m pip install .
python3 -m pip install jupytext nbconvert ipykernel matplotlib
python3 -m pip install jupytext nbconvert ipykernel matplotlib pandas
python3 examples/generate_notebooks.py
- name: Push to GitHub
Expand Down
2 changes: 1 addition & 1 deletion examples/generate_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# Skip examples that use fmm or legacy FEniCS
if run_notebooks and i[:-3] not in [
"dirichlet_weak_imposition",
"simple_helmholtz_fem_bem_coupling_dolfin"
"simple_helmholtz_fem_bem_coupling_dolfin",
]:
assert os.system(
"jupyter nbconvert --execute --to notebook --inplace "
Expand Down

0 comments on commit e9de55f

Please sign in to comment.