Skip to content

Commit

Permalink
Add MPI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 22, 2024
1 parent 8ad6277 commit 7033e82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install system dependencies
run: |
apt-get update
apt-get install -y libopenmpi-dev
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
Expand Down

0 comments on commit 7033e82

Please sign in to comment.