Skip to content

Commit

Permalink
Delete the EXTERNALLY-MANAGED marker file from dolfinx container to a…
Browse files Browse the repository at this point in the history
…void having to pass --break-system-packages to every pip install call
  • Loading branch information
francesco-ballarin committed May 23, 2024
1 parent 4e1204f commit ac40d3f
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 @@ -53,6 +53,7 @@ jobs:
setup_container: |
apt update -y -q
apt install -y -qq xvfb
rm /usr/lib/python3.*/EXTERNALLY-MANAGED
notebook_pattern: |
"**/tutorial_*_dolfinx.ipynb"
- backend: firedrake
Expand Down

0 comments on commit ac40d3f

Please sign in to comment.