Skip to content

Commit

Permalink
MAINT: Removing linux commands from macos CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 14, 2024
1 parent 0fb984e commit 4c91250
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/macos_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
activate-environment: test
python-version: ${{ matrix.python-version }}
fetch-depth: 2
- name: Install ubuntu dependencies
shell: bash -el {0}
run: |
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install libopenmpi-dev openmpi-bin
fi;
- name: Install dependencies
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 4c91250

Please sign in to comment.