Skip to content

Commit

Permalink
Add missing build dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jellis18 committed Nov 1, 2022
1 parent b619fb2 commit 0848a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt install libopenmpi-dev
- name: Build
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel build
pip install -r requirements.txt
make dist
- name: Test the sdist
Expand Down

0 comments on commit 0848a84

Please sign in to comment.