Skip to content

Commit fd262c4

Browse files
committed
fix ci/cd
1 parent 42cfcc0 commit fd262c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/onpush.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Set up Python
2828
uses: actions/setup-python@v3
29+
with:
30+
python-version: '3.10'
2931

3032
- name: Install dependencies
3133
run: |

0 commit comments

Comments
 (0)