Skip to content

Commit 6cced25

Browse files
authored
Use fixed version of python
1 parent 99b05cb commit 6cced25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/projmgr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ jobs:
132132
with:
133133
submodules: true
134134

135+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
136+
with:
137+
python-version: '3.13.3'
138+
135139
- name: Build swig python libs
136140
if: matrix.pyswig
137141
uses: Open-CMSIS-Pack/devtools-build-action@1f131b70796337c98d4f680632bb4135d90f17f0 # arm64

0 commit comments

Comments
 (0)