Skip to content

Commit 31c2c22

Browse files
committed
set up pytyhon in ci
1 parent 0640616 commit 31c2c22

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
with:
5353
submodules: true
5454

55+
- name: Install Python
56+
uses: actions/setup-python@v4
57+
with:
58+
python-version: '3.10'
59+
5560
- name: Install dependencies
5661
run: |
5762

0 commit comments

Comments
 (0)