We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3358ad commit 9817ce9Copy full SHA for 9817ce9
.github/workflows/publish.yml
@@ -11,15 +11,15 @@ jobs:
11
- uses: actions/checkout@master
12
13
14
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
15
uses: actions/setup-python@v4
16
with:
17
- python-version: 3.8
+ python-version: 3.9
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: Add Score-P repo
22
- run: sudo add-apt-repository ppa:andreasgocht/scorep
+ run: sudo add-apt-repository ppa:score-p/releases
23
24
- name: Install Score-P
25
run: sudo apt-get -y install scorep
0 commit comments