Skip to content

Commit 2606505

Browse files
committed
use python action
Signed-off-by: Anas Nashif <[email protected]>
1 parent db03d8d commit 2606505

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/assigner-workflow.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,10 @@ jobs:
5858
echo "ABORT: PR number validation failed!"
5959
exit 1
6060
61-
6261
- name: Set up Python
63-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
62+
uses: zephyrproject-rtos/action-python-setup@main
6463
with:
6564
python-version: 3.12
66-
cache: pip
67-
cache-dependency-path: scripts/requirements-actions.txt
68-
69-
- name: Install Python packages
70-
run: |
71-
pip install -r scripts/requirements-actions.txt --require-hashes
7265

7366
- name: Run assignment script
7467
env:

.github/workflows/assigner.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,9 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
37+
uses: zephyrproject-rtos/action-python-setup@main
3838
with:
3939
python-version: 3.12
40-
cache: pip
41-
cache-dependency-path: scripts/requirements-actions.txt
42-
43-
- name: Install Python packages
44-
run: |
45-
pip install -r scripts/requirements-actions.txt --require-hashes
4640

4741
- name: west setup
4842
if: >

0 commit comments

Comments
 (0)