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 8b25613 commit c6f1825Copy full SHA for c6f1825
.github/workflows/twister-prep.yaml
@@ -42,6 +42,17 @@ jobs:
42
fetch-depth: 0
43
persist-credentials: false
44
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
56
- name: Environment Setup
57
run: |
58
git config --global user.email "[email protected]"
0 commit comments