Skip to content

Commit

Permalink
Update python_ci.yml
Browse files Browse the repository at this point in the history
install openmpi
  • Loading branch information
kmilo9999 authored Nov 9, 2023
1 parent 6697e36 commit 872c567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
version: [3.9, 3.10, 3.11]
runs-on: ubuntu-latest
steps:
- name: install mpi
run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
- uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 872c567

Please sign in to comment.