Skip to content

Commit c6f1825

Browse files
committed
python env
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8b25613 commit c6f1825

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/twister-prep.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ jobs:
4242
fetch-depth: 0
4343
persist-credentials: false
4444

45+
- name: Set up Python
46+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
47+
with:
48+
python-version: 3.12
49+
cache: pip
50+
cache-dependency-path: scripts/requirements-actions.txt
51+
52+
- name: install-packages
53+
run: |
54+
pip install -r scripts/requirements-actions.txt --require-hashes
55+
4556
- name: Environment Setup
4657
run: |
4758
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)