Skip to content

Commit

Permalink
Override externally managed python environment in ubuntu 23.04
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Apr 22, 2023
1 parent b147d39 commit 9ca6cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
export DEBIAN_FRONTEND="noninteractive"
apt -y -qq update
apt install -y -qq git python3-mpi4py python3-numpy python3-pip xorg
rm /usr/lib/python3.*/EXTERNALLY-MANAGED
notebook_pattern: |
"**/generate_mesh*.ipynb"
"**/tutorial_*_meshio.ipynb"
Expand Down

0 comments on commit 9ca6cd8

Please sign in to comment.