Skip to content

Commit 4318cce

Browse files
committed
Fix pytheon version in ut
1 parent 0f1b97c commit 4318cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python
4242
uses: actions/setup-python@v5
4343
with:
44-
python-version: "3.10"
44+
python-version: "3.9"
4545
- name: Install dependencies
4646
run: pip install 'model_api/python/.[tests,ovms]'
4747
- name: Run python unit tests

0 commit comments

Comments
 (0)