Skip to content

Commit

Permalink
ci: Polish installation of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Mar 8, 2021
1 parent ff4702a commit dd426c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest-core-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt install mpich -y
sudo apt-get update && sudo apt install mpich -y
pip3 install --upgrade pip
pip3 install -r requirements-mpi.txt
pip3 install -e .[extras]
Expand Down

0 comments on commit dd426c7

Please sign in to comment.