We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718eeb4 commit 52b59fcCopy full SHA for 52b59fc
2 files changed
.github/workflows/publish.yml
@@ -18,9 +18,6 @@ jobs:
18
- name: Check Version
19
run: test ${{ github.event.release.tag_name }} = `python -c "import scorep._version; print('v'+scorep._version.__version__)"`
20
21
- - name: Install MPI
22
- run: sudo apt-get -y install openmpi-common openmpi-bin libopenmpi-dev
23
-
24
- name: Add Score-P repo
25
run: sudo add-apt-repository ppa:andreasgocht/scorep
26
.github/workflows/unit_tests.yml
@@ -19,9 +19,6 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip
27
0 commit comments