Skip to content

Commit e661f89

Browse files
AhmedIsmail02Ahmed Ismail
authored andcommitted
setuptools: Update to latest version
The current version of setuptools (59.6.0) is too old to meet the requirements of the packages installed during the pre-commit stage. To avoid conflicts with system packages, a virtual environment was used to do so. Signed-off-by: Ahmed Ismail <[email protected]>
1 parent b62ca0d commit e661f89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/ci/pipeline-baseline-fri.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2024 Arm Limited and/or its affiliates
1+
# Copyright 2021-2025 Arm Limited and/or its affiliates
22
33
# SPDX-License-Identifier: MIT
44

@@ -44,6 +44,10 @@ pre-commit:
4444
- .base-job-rules
4545
stage: quality-check
4646
script:
47+
- python3 -m venv venv
48+
- source venv/bin/activate
49+
- pip install --upgrade pip setuptools
50+
- pip install PyYAML click typing
4751
- pip install tools/ci -t $PWD
4852
- apt-get update -y
4953
- apt-get install fd-find -y

0 commit comments

Comments
 (0)