Skip to content

Commit c3bd641

Browse files
authored
Update Python version in GitHub Actions workflow to 3.13
1 parent abc2701 commit c3bd641

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/basic_w_report.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
# Install Python used by the report utility
25-
- name: Setup Python 3.10
25+
- name: Setup Python 3.13
2626
uses: actions/setup-python@v6
2727
with:
28-
python-version: '3.10'
28+
python-version: '3.13'
2929
- run:
3030
pip install junit_reporter
31-
32-
# Install system packages required by FVP VSI extensions
33-
- name: Install system packages
34-
run: |
35-
sudo add-apt-repository ppa:deadsnakes/ppa
36-
sudo apt-get install libpython3.9 libtinfo5
3731

3832
# Install vcpkg tools from the vcpkg-configuration.json and activate an Arm tools license
3933
- name: Activate vcpkg

0 commit comments

Comments
 (0)