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 abc2701 commit c3bd641Copy full SHA for c3bd641
1 file changed
.github/workflows/basic_w_report.yml
@@ -22,18 +22,12 @@ jobs:
22
uses: actions/checkout@v6
23
24
# Install Python used by the report utility
25
- - name: Setup Python 3.10
+ - name: Setup Python 3.13
26
uses: actions/setup-python@v6
27
with:
28
- python-version: '3.10'
+ python-version: '3.13'
29
- run:
30
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
37
38
# Install vcpkg tools from the vcpkg-configuration.json and activate an Arm tools license
39
- name: Activate vcpkg
0 commit comments