Skip to content

Commit

Permalink
Update python_ci.yml
Browse files Browse the repository at this point in the history
removing extra dependencies in linux installation
  • Loading branch information
kmilo9999 authored Dec 14, 2023
1 parent 937ed51 commit fd4925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: install mpi in ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
run: sudo apt update && sudo apt-get install openmpi-bin
- name: install mpi macos
if: matrix.os == 'macos-latest'
run: brew install open-mpi
Expand Down

0 comments on commit fd4925a

Please sign in to comment.