Skip to content

Commit

Permalink
Add back break system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed May 5, 2024
1 parent 30e0b27 commit 504de00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_package_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4

- name: Update pip
run: python3 -m pip install --upgrade pip setuptools
run: python3 -m pip install --break-system-packages --upgrade pip setuptools

- name: Install DOLFINx
uses: jorgensd/actions/[email protected]
Expand Down

0 comments on commit 504de00

Please sign in to comment.