Skip to content

Commit 1f7f7ff

Browse files
committed
setup python
1 parent 60b78c7 commit 1f7f7ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ jobs:
141141
with:
142142
submodules: true
143143
persist-credentials: false
144+
- name: Set up Python
145+
uses: actions/setup-python@v5
146+
with:
147+
python-version: 3.10
144148
- name: Build Wheel
145149
run: |
146150
make env

0 commit comments

Comments
 (0)