Skip to content

Commit 52b59fc

Browse files
committed
I choose Score-P to add thease as dependencies
1 parent 718eeb4 commit 52b59fc

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- name: Check Version
1919
run: test ${{ github.event.release.tag_name }} = `python -c "import scorep._version; print('v'+scorep._version.__version__)"`
2020

21-
- name: Install MPI
22-
run: sudo apt-get -y install openmpi-common openmpi-bin libopenmpi-dev
23-
2421
- name: Add Score-P repo
2522
run: sudo add-apt-repository ppa:andreasgocht/scorep
2623

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
path: ~/.cache/pip
2020
key: ${{ runner.os }}-pip
2121

22-
- name: Install MPI
23-
run: sudo apt-get -y install openmpi-common openmpi-bin libopenmpi-dev
24-
2522
- name: Add Score-P repo
2623
run: sudo add-apt-repository ppa:andreasgocht/scorep
2724

0 commit comments

Comments
 (0)