Skip to content

Commit

Permalink
apt
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Aug 20, 2024
1 parent 6c2dee9 commit dbedc09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install build deps
run: |
sudo apt-get update
sudo apt-get -y install openmpi
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit dbedc09

Please sign in to comment.