Skip to content

Commit 9817ce9

Browse files
committed
Fixes Score-P repo in publish.yml
1 parent b3358ad commit 9817ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
- uses: actions/checkout@master
1212

1313

14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.9
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.8
17+
python-version: 3.9
1818
- name: Check Version
1919
run: test ${{ github.event.release.tag_name }} = `python -c "import scorep._version; print('v'+scorep._version.__version__)"`
2020

2121
- name: Add Score-P repo
22-
run: sudo add-apt-repository ppa:andreasgocht/scorep
22+
run: sudo add-apt-repository ppa:score-p/releases
2323

2424
- name: Install Score-P
2525
run: sudo apt-get -y install scorep

0 commit comments

Comments
 (0)