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 99b05cb commit 6cced25Copy full SHA for 6cced25
.github/workflows/projmgr.yml
@@ -132,6 +132,10 @@ jobs:
132
with:
133
submodules: true
134
135
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
136
+ with:
137
+ python-version: '3.13.3'
138
+
139
- name: Build swig python libs
140
if: matrix.pyswig
141
uses: Open-CMSIS-Pack/devtools-build-action@1f131b70796337c98d4f680632bb4135d90f17f0 # arm64
0 commit comments