Skip to content

Commit

Permalink
Set-up MPI for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Nov 21, 2024
1 parent 57680a1 commit 31c9e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
python_version: "3.12"
steps:
- uses: actions/checkout@v2
- name: Setup MPI
uses: mpi4py/setup-mpi@v1
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
Expand Down

0 comments on commit 31c9e37

Please sign in to comment.