Skip to content

Commit

Permalink
changed python version to current one
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Sep 3, 2024
1 parent f3ce00e commit f08e6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/process_profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
echo "$file was changed"
done
- name: Setup Python 3.8
- name: Setup Python 3.12.3
uses: actions/setup-python@v2
with:
python-version: 3.8 #install the python needed
python-version: 3.12.3 #install the python needed

- name: Install Python dependencies
uses: py-actions/py-dependency-install@v3
Expand Down

0 comments on commit f08e6c7

Please sign in to comment.